Add band and venue follows with concert diary

This commit is contained in:
kai
2026-08-29 09:25:39 +02:00
parent d79e303396
commit 159515b0eb
11 changed files with 506 additions and 8 deletions
+6
View File
@@ -60,6 +60,12 @@
<input type="text" name="artist" value="{{ concert.artist }}" {% if not can_edit_title %}disabled{% endif %} required>
</label>
</p>
<p>
<label>Bands / Line-up <small>(eine Band pro Zeile)</small><br>
<textarea name="band_names" rows="3" maxlength="4000" {% if not can_edit_title %}disabled{% endif %}>{{ band_names }}</textarea>
</label>
<small>Diese Namen werden einzeln für die Folgen-Funktion verwendet.</small>
</p>
{% if can_edit_details %}
<p>
<label>Veranstaltungsort<br>