Merge branch 'giftcard' of github.com:pretix/pretix into giftcard

This commit is contained in:
Raphael Michel
2019-10-17 17:00:10 +02:00

View File

@@ -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>