This commit is contained in:
2025-02-13 21:59:10 +01:00
parent 3b8b099ae9
commit deeadda315
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{% if not field.value %}
<button data-controller="checkin" data-id="">Einchecken</button>
{{ dump(field) }}
{% else %}
<button disabled>Eingechecked</button>
{% endif %}