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) }}