Update src/pretix/control/templates/pretixcontrol/organizers/giftcards.html

Co-Authored-By: Martin Gross <gross@rami.io>
This commit is contained in:
Raphael Michel
2019-10-17 16:59:44 +02:00
committed by GitHub
parent b3e6f44027
commit 7db87af754

View File

@@ -99,7 +99,9 @@
</li>
{% endfor %}
<li>
<select name="add" class="form-control">
{% if other_organizers %}
<li>
<select name="add" class="form-control">
<option></option>
{% for o in other_organizers %}
<option value="{{ o.slug }}">{{ o }}</option>