Jinja-Code aufgeräumt

This commit is contained in:
2021-08-13 17:50:08 +02:00
parent 827aa7f22e
commit 314e276dbc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
keine
{% else %}
{% for l in beratungslehrer_list %}
{{ l.kuerzel }}{% if l.email is not none %} &lt;<a href="mailto:{{ l.email }}">{{ l.email }}</a>&gt;{% endif %}<!--
-->{% if not loop.last %},{% endif %}
{{ l.kuerzel }}{% if l.email is not none %} &lt;<a href="mailto:{{ l.email }}">{{ l.email }}</a>&gt;{% endif %}
{%- if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
</p>