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

Add information on lesson to personal notes display.

parent beba9bad
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,13 @@
</p>
{% for note in person.personal_notes.all %}
{% if note.remarks %}
<p class="card-text">
<blockquote class="blockquote mb-0">
{{ note.remarks }}
</p>
<footer class="blockquote-footer">
{% weekday_to_date week note.lesson_period.period.weekday as note_date %}
{{ note_date }}, {{ note.lesson_period.subject.name }}
</footer>
</blockquote>
{% endif %}
{% endfor %}
</div>
......
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