Fix template, aby vzorová tabulka byla mimo form

This commit is contained in:
Pavel "LEdoian" Turinsky 2021-02-16 23:11:40 +01:00
parent 631bcd5bdb
commit 03a4bf585d

View file

@ -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 %}