diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index 420613d630117e7628604dc2a1b7285f415d4099..d6cdfb7b71bb75b4ae1f6802efaa571bf4d37c37 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -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>