wip
This commit is contained in:
6
templates/admin/checked_in.html.twig
Normal file
6
templates/admin/checked_in.html.twig
Normal 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 %}
|
Reference in New Issue
Block a user