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