Jinja-Macros separiert und time-Tags hinzugefügt

This commit is contained in:
2021-07-28 23:33:53 +02:00
parent c5371af7c9
commit c2b936dc8e
10 changed files with 27 additions and 39 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
{% for k in not_edited_list %}
<li>
<a href="{{ url_for('klausuren.edit', klausur_id=k.id, _external=True) }}">
{{ k.kursname }} ({{ k.date_formatted() }}; {{ k.stufe.name }})
{{ k.kursname }} ({{ macros.date(k.date) }}; {{ k.stufe.name }})
</a>
</li>
{% endfor %}