mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Jinja-Macros separiert und time-Tags hinzugefügt
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user