Skip to content
Snippets Groups Projects
Commit 9238be3d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fixtemplate syntax.

parent 642a2000
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<th>{% blocktrans %}Remarks{% endblocktrans %}</th>
</tr>
{% for form in personal_note_formset %}
{% form.id %}
{{ form.id }}
<tr>
<td>{{ form.person_name }}</td>
<td>{{ form.absent }}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment