forked from CGM_Public/pretix_original
Fix empty title
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{% extends "pretixpresale/event/base.html" %}
|
{% extends "pretixpresale/event/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% block title %}{% trans "Presale" %}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if cart.positions %}
|
{% if cart.positions %}
|
||||||
|
|||||||
Reference in New Issue
Block a user