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

@ -1,5 +1,5 @@
<button class="{{ style.card }}"
<a class="{{ style.card }}"
href="/report/{{ report.id }}"
hx-get="/report/{{ report.id }}" hx-target="#main_content" hx-push-url="true" hx-swap="innerHTML"
>
{% if report.is_approved %}
@ -9,4 +9,4 @@ hx-get="/report/{{ report.id }}" hx-target="#main_content" hx-push-url="true" hx
</div>
{% endif %} {{ report }}
</button>
</a>