forked from CGM_Public/pretix_original
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>
|
<em>{% trans "You are currently not accepting gift cards from other organizers." %}</em>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<li>
|
||||||
|
{% if other_organizers %}
|
||||||
<li>
|
<li>
|
||||||
<select name="add" class="form-control">
|
<select name="add" class="form-control">
|
||||||
<option></option>
|
<option></option>
|
||||||
@@ -105,7 +107,7 @@
|
|||||||
<option value="{{ o.slug }}">{{ o }}</option>
|
<option value="{{ o.slug }}">{{ o }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user