allow trip to be deleted if noone has registered yet

This commit is contained in:
2023-04-07 11:16:39 +02:00
parent 5e4df13289
commit 3f9d5bb4c7
4 changed files with 58 additions and 10 deletions

View File

@ -179,6 +179,7 @@
</div>
{% endif %}
</div>
<div><a href="/cox/remove/trip/{{ trip.id }}">LÖSCHEN</a></div>
</div>
<div class="sidebar-overlay" data-trigger="detailTrip{{ trip.trip_details_id }}"></div>
{% endfor %}
@ -259,4 +260,4 @@
{% endfor %}
</div>
</div>
{% endblock content %}
{% endblock content %}