Skip to content
Snippets Groups Projects
Verified Commit 3c70da42 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix iteration.

parent 002076ff
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
<p class="card-text">
{% trans "Summed up tardiness" %}: {{ person.tardiness }}
</p>
{% for note in person.personal_notes %}
{% for note in person.personal_notes.all %}
{% if note.remarks %}
<p class="card-text">
{{ note.remarks }}
......
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