work+roles
This commit is contained in:
parent
d64efb663a
commit
3caecf63f6
8 changed files with 49 additions and 10 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue