Skip to content
Snippets Groups Projects

Resolve "Add support for group notes"

Merged Tom Teichler requested to merge 68-add-support-for-group-notes into master
All threads resolved!
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -86,6 +86,13 @@
</tr>
{% endif %}
{% if prev_doc.group_note %}
<tr>
<th class="collection-item">{% trans "Group notes for this lesson:" %}</th>
<td>{{ prev_doc.group_note }}</td>
</tr>
{% endif %}
{% if absences %}
<tr>
<th>{% trans "Absent persons:" %}</th>
Loading