forked from Ruderverein-Donau-Linz/rowt
Merge commit 'eeb7af4fc10b76f6d606c6290f86c6971a189ae6'
# Conflicts: # templates/index.html.tera
This commit is contained in:
@ -175,6 +175,12 @@
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
Keine Ruderer angemeldet
|
||||
<div class="text-right mt-2">
|
||||
<a href="/cox/remove/trip/{{ trip.id }}" class="inline-block btn btn-alert">
|
||||
{% include "includes/delete-icon" %}
|
||||
Termin löschen
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
@ -251,4 +257,4 @@
|
||||
</form>
|
||||
{# --- END Form Add Event --- #}
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user