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:
@@ -64,7 +64,7 @@
|
||||
<span class="detail">({% if kt.schueler.stammschule is not none %}{{ kt.schueler.stammschule.name }},
|
||||
{% endif %}{{ kt.schueler.id }})</span>
|
||||
</td>
|
||||
<td>{{ kt.klausur.date_formatted() }}</td>
|
||||
<td>{{ macros.date(kt.klausur.date) }}</td>
|
||||
<td>{{ kt.klausur.kursname }}</td>
|
||||
<td>{{ kt.klausur.lehrer.kuerzel }}</td>
|
||||
<td>{{ kt.klausur.laenge }}</td>
|
||||
|
||||
Reference in New Issue
Block a user