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