mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
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