From 3179df3f824103663ab308645a38c32b63af0d6d Mon Sep 17 00:00:00 2001 From: Michael Bauer <michael-bauer@posteo.de> Date: Tue, 5 Nov 2024 11:58:02 +0100 Subject: [PATCH] Fix missing " --- .../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 7dfc22c6a..1de85d47a 100644 --- a/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html +++ b/aleksis/apps/alsijil/templates/alsijil/print/register_for_group.html @@ -45,7 +45,7 @@ {% if include_person_overviews %} {% for person in group.members_with_stats %} - {% include "alsijil/partials/person_overview.html with person=person only %} + {% include "alsijil/partials/person_overview.html" with person=person only %} <div class="page-break"> </div> {% endfor %} {% endif %} -- GitLab