diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index c62810c..540c9e6 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -35,9 +35,9 @@ {{ macros::input(label="Distanz", name="distance_in_km", type="number", min=0) }} {{ macros::input(label="Kommentar", name="comments", type="text") }} {{ macros::select(data=logtypes, select_name='logtype', default="Normal") }} - {% for user in users %} - + {% endfor %}