Declare pretix.plugins.reports a core module

This commit is contained in:
Raphael Michel
2020-11-01 15:01:24 +01:00
parent 7a98f3fa89
commit 6052895ada
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
</div> </div>
<h1> <h1>
{% trans "Order overview" %} {% trans "Order overview" %}
<a href="{% url "control:event.orders.export" event=request.event.slug organizer=request.event.organizer.slug %}?identifier=overview" <a href="{% url "control:event.orders.export" event=request.event.slug organizer=request.event.organizer.slug %}?identifier=pdfreport"
class="btn btn-default" target="_blank"> class="btn btn-default" target="_blank">
<span class="fa fa-download"></span> <span class="fa fa-download"></span>
{% trans "PDF" %} {% trans "PDF" %}

View File

@@ -346,6 +346,7 @@ CORE_MODULES = {
"pretix.presale", "pretix.presale",
"pretix.control", "pretix.control",
"pretix.plugins.checkinlists", "pretix.plugins.checkinlists",
"pretix.plugins.reports",
} }
MIDDLEWARE = [ MIDDLEWARE = [