From c52a87a421611f6d88e487aeffdd3a835fe5a737 Mon Sep 17 00:00:00 2001 From: permcu <michael-bauer@posteo.de> Date: Mon, 4 Nov 2024 09:22:19 +0000 Subject: [PATCH] Add missing closing tag --- .../alsijil/templates/alsijil/print/register_for_group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html b/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html index 6fd25281d..b784596e4 100644 --- a/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html +++ b/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html @@ -37,7 +37,7 @@ {% endif %} {% if group.child_groups %} <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"> </div> {% endif %} {% endif %} -- GitLab