From 314e276dbcc004ab4e7ffc614b80e193cbc14a38 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Fri, 13 Aug 2021 17:50:08 +0200 Subject: [PATCH] =?UTF-8?q?Jinja-Code=20aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nateman/templates/base.html.j2 | 4 ++-- nateman/templates/klausuren/stufe.html.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nateman/templates/base.html.j2 b/nateman/templates/base.html.j2 index 476f6d6..fe9a0af 100644 --- a/nateman/templates/base.html.j2 +++ b/nateman/templates/base.html.j2 @@ -154,8 +154,8 @@
diff --git a/nateman/templates/klausuren/stufe.html.j2 b/nateman/templates/klausuren/stufe.html.j2 index 37093a4..f5f86e7 100644 --- a/nateman/templates/klausuren/stufe.html.j2 +++ b/nateman/templates/klausuren/stufe.html.j2 @@ -37,8 +37,8 @@ keine {% else %} {% for l in beratungslehrer_list %} - {{ l.kuerzel }}{% if l.email is not none %} <{{ l.email }}>{% endif %}{% if not loop.last %},{% endif %} + {{ l.kuerzel }}{% if l.email is not none %} <{{ l.email }}>{% endif %} + {%- if not loop.last %},{% endif %} {% endfor %} {% endif %}