admin berreich, user anmeldung
This commit is contained in:
@@ -27,15 +27,6 @@
|
||||
← Zurück zum Kalender
|
||||
</a>
|
||||
|
||||
{% if can_edit %}
|
||||
|
||||
<a href="/concerts/{{ concert.id }}/edit" class="edit-button">
|
||||
✏️ Konzert bearbeiten
|
||||
</a>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
<article class="concert-detail">
|
||||
|
||||
{% if concert.flyer_path %}
|
||||
@@ -180,6 +171,16 @@
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if can_edit %}
|
||||
|
||||
<div class="detail-actions">
|
||||
<a href="/concerts/{{ concert.id }}/edit" class="edit-button">
|
||||
✏️ Konzert bearbeiten
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
<section class="coming-soon">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user