Add band and venue follows with concert diary
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user