remove boat reservation
This commit is contained in:
parent
c007ae6fb8
commit
67eea1beb0
@ -1,5 +1,5 @@
|
|||||||
{% macro boatreservation() %}
|
{% macro boatreservation() %}
|
||||||
<div class="bg-white dark:bg-primary-900 text-black dark:text-white rounded-md block shadow grid gap-3"
|
{#<div class="bg-white dark:bg-primary-900 text-black dark:text-white rounded-md block shadow grid gap-3"
|
||||||
style="margin-top: 10px">
|
style="margin-top: 10px">
|
||||||
<h2 class="h2">Bootsreservierungen</h2>
|
<h2 class="h2">Bootsreservierungen</h2>
|
||||||
<div class="p2" style="margin-bottom: 10px;">
|
<div class="p2" style="margin-bottom: 10px;">
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<li style="display: inline-block;">22.04. | Christian Gusenbauer | Boot: Linz + kleiner Hänger</li>
|
<li style="display: inline-block;">22.04. | Christian Gusenbauer | Boot: Linz + kleiner Hänger</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>#}
|
||||||
{% endmacro boatreservation %}
|
{% endmacro boatreservation %}
|
||||||
{% macro header(loggedin_user) %}
|
{% macro header(loggedin_user) %}
|
||||||
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full z-10">
|
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full z-10">
|
||||||
|
Loading…
Reference in New Issue
Block a user