Fix neuzavřený tag
This commit is contained in:
parent
dc5f6b626f
commit
3d6c3ef26d
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ $(document).ready(function(){
|
||||||
<form method=post><table>
|
<form method=post><table>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.management_form }}
|
{{ form.management_form }}
|
||||||
|
</table>
|
||||||
<table id="form_set">
|
<table id="form_set">
|
||||||
<tr><th>Problém</th><th>Body</th><th>Číslo pro body</th></tr>
|
<tr><th>Problém</th><th>Body</th><th>Číslo pro body</th></tr>
|
||||||
{% for subform in form %}
|
{% for subform in form %}
|
||||||
|
|
Loading…
Reference in a new issue