Remove a redundant string

This commit is contained in:
Raphael Michel
2019-02-01 16:53:37 +01:00
parent 2aa246b3d5
commit f56bceb55f

View File

@@ -1,7 +1,7 @@
{% extends "pretixcontrol/event/base.html" %}
{% load i18n %}
{% load order_overview %}
{% block title %}{% trans "Sales overview" %}{% endblock %}
{% block title %}{% trans "Order overview" %}{% endblock %}
{% block content %}
{% url "control:event.orders" organizer=request.event.organizer.slug event=request.event.slug as listurl %}
<div class="pull-right">