From 276e2fae88a40fdf2f6ab8c92661089ddbdd6ca3 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sat, 8 Apr 2023 07:44:31 +0200 Subject: [PATCH] [BUGIFX] edit trip styling --- templates/index.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index d333877..b797e8f 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -189,8 +189,8 @@ {% set amount_cur_rower = trip.rower | length %} {{ macros::box(participants=trip.rower, empty_seats=trip.max_people - amount_cur_rower, bg='primary-100', color='black') }} {% if trip.cox_id == loggedin_user.id %} -
-

Edit trip

+
+

Ausfahrt bearbeiten

{{ macros::input(label='Anzahl Ruderer', name='max_people', type='number', required=true, value=trip.max_people) }} {{ macros::input(label='Anmerkungen', name='notes', type='input', required=true, value=trip.notes) }}