Skip to content
Snippets Groups Projects
Commit c52a87a4 authored by permcu's avatar permcu Committed by permcu
Browse files

Add missing closing tag

parent 30a847de
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
{% endif %} {% endif %}
{% if group.child_groups %} {% if group.child_groups %}
<h4>{% trans 'Teachers and lessons in child groups' %}</h4> <h4>{% trans 'Teachers and lessons in child groups' %}</h4>
{% include "alsijil/partials/register_teachers_and_subjects_table.html" with groups=group.child_groups only} {% include "alsijil/partials/register_teachers_and_subjects_table.html" with groups=group.child_groups only %}
<div class="page-break">&nbsp;</div> <div class="page-break">&nbsp;</div>
{% endif %} {% endif %}
{% endif %} {% endif %}
......
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