Fix template, aby vzorová tabulka byla mimo form
This commit is contained in:
parent
631bcd5bdb
commit
03a4bf585d
1 changed files with 3 additions and 2 deletions
|
@ -112,6 +112,9 @@ $(document).ready(function(){
|
|||
</table>
|
||||
|
||||
|
||||
<input type=button id="pridat_hodnoceni" value="Přidat hodnocení">
|
||||
<input type=submit></form>
|
||||
|
||||
<table id="empty_form" style="display: none;">
|
||||
<tr class="hodnoceni">
|
||||
<td>{{ form.empty_form.problem }}</td>
|
||||
|
@ -121,8 +124,6 @@ $(document).ready(function(){
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<input type=button id="pridat_hodnoceni" value="Přidat hodnocení">
|
||||
<input type=submit></form>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue