Add signal pretix.presale.signals.front_page_bottom_widget

This commit is contained in:
Raphael Michel
2019-12-11 17:04:59 +01:00
parent 99f3db04a9
commit 3cb7482bae
3 changed files with 14 additions and 1 deletions

View File

@@ -290,5 +290,7 @@
<div class="clearfix"></div>
</div>
</section>
{% else %}
{% eventsignal event "pretix.presale.signals.front_page_bottom_widget" subevent=subevent request=request %}
{% endif %}
{% endblock %}