forked from CGM_Public/pretix_original
Drop "Presale ::" from event page title
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% load safelink %}
|
||||
{% load rich_text %}
|
||||
{% block thetitle %}
|
||||
{% block title %}{% endblock %}{% if url_name != "event.index" %} :: {% endif %}{{ event.name }}
|
||||
{% block title %}{% endblock %}{% if request.resolver_match.url_name != "event.index" %} :: {% endif %}{{ event.name }}
|
||||
{% endblock %}
|
||||
{% block custom_header %}
|
||||
{% if event.settings.meta_noindex %}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
{% load thumb %}
|
||||
{% load eventsignal %}
|
||||
{% load rich_text %}
|
||||
{% block title %}{% trans "Presale" %}{% endblock %}
|
||||
|
||||
{% block custom_header %}
|
||||
{{ block.super }}
|
||||
|
||||
Reference in New Issue
Block a user