work+roles

This commit is contained in:
JMARyA 2024-12-06 14:04:17 +01:00
parent d64efb663a
commit 3caecf63f6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 49 additions and 10 deletions

View file

@ -24,11 +24,11 @@
{% for report in reports %}
{% if forloop.first %} {% if report.week != week_now %}
<button class="{{ style.card }} flex items-center justify-center" title="Neues Berichtsheft"
hx-get="/write" hx-target="#main_content" hx-push-url="true" hx-swap="innerHTML"
<a class="{{ style.card }} flex items-center justify-center" title="Neues Berichtsheft"
href="/write" hx-get="/write" hx-target="#main_content" hx-push-url="true" hx-swap="innerHTML"
>
<span class="text-9xl font-bold"> + </span>
</button>
</a>
{% endif %} {% endif %}
{% include 'component/report.html' with report=report %}