forked from CGM_Public/pretix_original
Update src/pretix/control/templates/pretixcontrol/organizers/giftcards.html
Co-Authored-By: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if other_organizers %}
|
{% if other_organizers %}
|
||||||
<li>
|
<li>
|
||||||
<select name="add" class="form-control">
|
<select name="add" class="form-control input-sm">
|
||||||
<option></option>
|
<option></option>
|
||||||
{% for o in other_organizers %}
|
{% for o in other_organizers %}
|
||||||
<option value="{{ o.slug }}">{{ o }}</option>
|
<option value="{{ o.slug }}">{{ o }}</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user