mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Merge branch 'giftcard' of github.com:pretix/pretix into giftcard
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
<em>{% trans "You are currently not accepting gift cards from other organizers." %}</em>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li>
|
||||
{% if other_organizers %}
|
||||
<li>
|
||||
<select name="add" class="form-control">
|
||||
<option></option>
|
||||
@@ -105,7 +107,7 @@
|
||||
<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