forked from CGM_Public/pretix_original
Drop "Presale ::" from event page title
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% load safelink %}
|
{% load safelink %}
|
||||||
{% load rich_text %}
|
{% load rich_text %}
|
||||||
{% block thetitle %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{% block custom_header %}
|
{% block custom_header %}
|
||||||
{% if event.settings.meta_noindex %}
|
{% if event.settings.meta_noindex %}
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
{% load thumb %}
|
{% load thumb %}
|
||||||
{% load eventsignal %}
|
{% load eventsignal %}
|
||||||
{% load rich_text %}
|
{% load rich_text %}
|
||||||
{% block title %}{% trans "Presale" %}{% endblock %}
|
|
||||||
|
|
||||||
{% block custom_header %}
|
{% block custom_header %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|||||||
Reference in New Issue
Block a user