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