mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Added notifications/messages to page-title
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
{% load safelink %}
|
||||
{% load rich_text %}
|
||||
{% block thetitle %}
|
||||
{% if messages %}
|
||||
{{ messages|join:" " }} ::
|
||||
{% endif %}
|
||||
{% block title %}{% endblock %}{% if request.resolver_match.url_name != "event.index" %} :: {% endif %}{{ event.name }}
|
||||
{% endblock %}
|
||||
{% block custom_header %}
|
||||
|
||||
Reference in New Issue
Block a user