mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Feature/optional team provisioning (#1487)
* Event creation: Add option to select existing team instead of provisioning. * Event creation: disallow event team provisioning on organizer level. * Event team provisioning: update default setting location and display strings. * Update src/pretix/control/views/main.py Co-Authored-By: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
committed by
Raphael Michel
parent
f88a09a78c
commit
dddf91d3bf
@@ -76,4 +76,11 @@
|
||||
{% bootstrap_field form.presale_end layout="control" %}
|
||||
</fieldset>
|
||||
{% endif %}
|
||||
|
||||
{% if form.team %}
|
||||
<fieldset>
|
||||
<legend>{% trans "Team" %}</legend>
|
||||
{% bootstrap_field form.team layout="control" %}
|
||||
</fieldset>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user