forked from Ruderverein-Donau-Linz/rowt
Merge branch 'main' of gitlab.com:PhilippHofer/rot
This commit is contained in:
commit
37e54c13d5
@ -2,6 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="max-w-screen-lg w-full grid gap-4">
|
||||
{% if loggedin_user %}
|
||||
Hi {{ loggedin_user.name }}. <a href="/auth/logout">LOGOUT</a>
|
||||
|
||||
@ -27,9 +28,12 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<h1>Ausfahrten</h1>
|
||||
<h1 class="text-center text-3xl uppercase tracking-wide font-bold text-primary-900">Ausfahrten</h1>
|
||||
|
||||
|
||||
|
||||
{% for day in days %}
|
||||
<div class="bg-white p-3 rounded-md flex items-end md:items-center justify-between">
|
||||
<h2>{{ day.day }}</h2>
|
||||
|
||||
{% for planned_event in day.planned_events %}
|
||||
@ -117,7 +121,8 @@
|
||||
{% endif %}
|
||||
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user