Fixed a wrong site title

This commit is contained in:
Raphael Michel
2015-06-26 15:33:47 +02:00
parent c1a118e554
commit 12c6dda4b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{% extends "pretixpresale/event/base.html" %}
{% load i18n %}
{% block title %}{% trans "Cancel order" %}{% endblock %}
{% block title %}{% trans "Pay order" %}{% endblock %}
{% block content %}
<h2>
{% blocktrans trimmed with code=order.code %}

View File

@@ -1,6 +1,6 @@
{% extends "pretixpresale/event/base.html" %}
{% load i18n %}
{% block title %}{% trans "Cancel order" %}{% endblock %}
{% block title %}{% trans "Pay order" %}{% endblock %}
{% block content %}
<h2>
{% blocktrans trimmed with code=order.code %}