mirror of
https://github.com/pretix/pretix.git
synced 2025-12-05 21:32:28 +00:00
Add subevent bulk create button when no exist (#904)
This commit is contained in:
committed by
Raphael Michel
parent
12271047e6
commit
585578edf2
@@ -16,6 +16,9 @@
|
||||
<a href="{% url "control:event.subevents.add" organizer=request.event.organizer.slug event=request.event.slug %}"
|
||||
class="btn btn-primary btn-lg"><i class="fa fa-plus"></i>
|
||||
{% trans "Create a new date" context "subevent" %}</a>
|
||||
<a href="{% url "control:event.subevents.bulk" organizer=request.event.organizer.slug event=request.event.slug %}"
|
||||
class="btn btn-primary btn-lg"><i class="fa fa-plus"></i>
|
||||
{% trans "Create many new dates" context "subevent" %}</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<form class="row filter-form" action="" method="get">
|
||||
|
||||
Reference in New Issue
Block a user