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-18 15:09:06 +02:00
committed by GitHub
parent f8433b5cc9
commit 2c87d5ece3

View File

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