diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index 05e00de..74d5706 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -151,19 +151,19 @@
- xx:xx Uhr + {{ log.departure_timestamp | date(format="%H:%M") }} Uhr ({{ log.boat.name }})
- + ({{ log.boat.name }})" data-body="#log{{ log.id }}" class="inline-block link-primary mr-3"> Details
{% if allowed_to_close and state == "on_water" %} - + ({{ log.boat.name }})" data-body="#close{{ log.id }}" class="btn btn-dark w-full mt-3"> Beenden {% endif %}