mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Jinja-Code aufgeräumt
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
keine
|
||||
{% else %}
|
||||
{% for l in beratungslehrer_list %}
|
||||
{{ l.kuerzel }}{% if l.email is not none %} <<a href="mailto:{{ l.email }}">{{ l.email }}</a>>{% endif %}<!--
|
||||
-->{% if not loop.last %},{% endif %}
|
||||
{{ l.kuerzel }}{% if l.email is not none %} <<a href="mailto:{{ l.email }}">{{ l.email }}</a>>{% endif %}
|
||||
{%- if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user