forked from CGM_Public/pretix_original
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