Merge pull request 'staging' (#323) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m4s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 5m18s

Reviewed-on: #323
This commit is contained in:
philipp 2024-03-29 11:26:16 +01:00
commit 35333324ed

View File

@ -1,5 +1,5 @@
{% 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">
<h2 class="h2">Bootsreservierungen</h2>
<div class="p2" style="margin-bottom: 10px;">
@ -7,10 +7,10 @@
justify-content: space-around;
padding: 0;
list-style: none">
<li style="display: inline-block;">22.04. | Christian Gusenbauer | Boot: Linz + kleiner Hänger</li>
<li style="display: inline-block;">30.03. | Manuela Firmötz | Boot: Urfahr</li>
</ul>
</div>
</div>#}
</div>
{% endmacro boatreservation %}
{% macro header(loggedin_user) %}
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full z-10">