forked from CGM_Public/pretix_original
Merge branch 'giftcard' of github.com:pretix/pretix into giftcard
This commit is contained in:
@@ -99,13 +99,15 @@
|
||||
</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>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<button class="btn btn-primary" type="submit"><span class="fa fa-plus"></span></button>
|
||||
<button class="btn btn-primary btn-sm" type="submit"><span class="fa fa-plus"></span></button>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user