forked from Ruderverein-Donau-Linz/rowt
		
	one more check
This commit is contained in:
		@@ -355,7 +355,7 @@
 | 
				
			|||||||
                                    {# --- START Sidebar Content --- #}
 | 
					                                    {# --- START Sidebar Content --- #}
 | 
				
			||||||
                                    <div class="hidden">
 | 
					                                    <div class="hidden">
 | 
				
			||||||
                                        <div id="trip{{ trip.trip_details_id }}">
 | 
					                                        <div id="trip{{ trip.trip_details_id }}">
 | 
				
			||||||
                                            {% if trip.max_people == 0 %}
 | 
					                                            {% if trip.cancelled %}
 | 
				
			||||||
                                                {# --- border-[#f43f5e] bg-[#f43f5e] --- #}
 | 
					                                                {# --- border-[#f43f5e] bg-[#f43f5e] --- #}
 | 
				
			||||||
                                                {{ macros::box(participants=trip.rower,bg='[#f43f5e]',header='Absage', trip_details_id=trip.trip_details_id, allow_removing=loggedin_user.id == trip.cox_id) }}
 | 
					                                                {{ macros::box(participants=trip.rower,bg='[#f43f5e]',header='Absage', trip_details_id=trip.trip_details_id, allow_removing=loggedin_user.id == trip.cox_id) }}
 | 
				
			||||||
                                            {% else %}
 | 
					                                            {% else %}
 | 
				
			||||||
@@ -395,7 +395,7 @@
 | 
				
			|||||||
                                                    </a>
 | 
					                                                    </a>
 | 
				
			||||||
                                                </div>
 | 
					                                                </div>
 | 
				
			||||||
                                            {% else %}
 | 
					                                            {% else %}
 | 
				
			||||||
                                                {% if trip.max_people == 0 %}
 | 
					                                                {% if trip.cancelled %}
 | 
				
			||||||
                                                    Wenn du deine Absage absagen (:^)) willst, einfach entsprechende Anzahl an Ruderer oben eintragen.
 | 
					                                                    Wenn du deine Absage absagen (:^)) willst, einfach entsprechende Anzahl an Ruderer oben eintragen.
 | 
				
			||||||
                                                {% else %}
 | 
					                                                {% else %}
 | 
				
			||||||
                                                    <div class="bg-gray-100 dark:bg-primary-900 p-3 mt-4 rounded-md">
 | 
					                                                    <div class="bg-gray-100 dark:bg-primary-900 p-3 mt-4 rounded-md">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user