Drop "Presale ::" from event page title

This commit is contained in:
Raphael Michel
2020-07-14 16:53:26 +02:00
parent b6245b97ca
commit c585946e72
2 changed files with 1 additions and 2 deletions

View File

@@ -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 %}

View File

@@ -6,7 +6,6 @@
{% load thumb %}
{% load eventsignal %}
{% load rich_text %}
{% block title %}{% trans "Presale" %}{% endblock %}
{% block custom_header %}
{{ block.super }}