Compare commits

..

3 Commits

Author SHA1 Message Date
410cd05acc Merge pull request 'type' () from type into staging
Reviewed-on: 
2024-05-25 18:52:45 +02:00
544267a037 fix typo 2024-05-25 18:52:00 +02:00
97b0ae83a9 Merge pull request 'extend log filter' () from filter-logs into main
Reviewed-on: 
2024-05-22 23:42:19 +02:00

@ -81,7 +81,7 @@
{% endif %}
{% endif %}
{% if boatdamage.verified_at %}
<small class="block text-gray-600 dark:text-gray-100">Verifziert von {{ boatdamage.user_verified.name }} am/um {{ boatdamage.verified_at | date(format='%d.%m.%Y (%H:%M)') }}</small>
<small class="block text-gray-600 dark:text-gray-100">Verifiziert von {{ boatdamage.user_verified.name }} am/um {{ boatdamage.verified_at | date(format='%d.%m.%Y (%H:%M)') }}</small>
{% else %}
{% if loggedin_user and "tech" in loggedin_user.roles and boatdamage.fixed_at %}
<form action="/boatdamage/{{ boatdamage.id }}/verified"