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>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<input type=button id="pridat_hodnoceni" value="Přidat hodnocení">
|
||||||
|
<input type=submit></form>
|
||||||
|
|
||||||
<table id="empty_form" style="display: none;">
|
<table id="empty_form" style="display: none;">
|
||||||
<tr class="hodnoceni">
|
<tr class="hodnoceni">
|
||||||
<td>{{ form.empty_form.problem }}</td>
|
<td>{{ form.empty_form.problem }}</td>
|
||||||
|
@ -121,8 +124,6 @@ $(document).ready(function(){
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<input type=button id="pridat_hodnoceni" value="Přidat hodnocení">
|
|
||||||
<input type=submit></form>
|
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue