forked from CGM_Public/pretix_original
Fixed bugs introduced in last commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block title %}{% trans "Attendees" %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{% trans "Attendees" %}</h1>
|
||||
{% if attendees|length == 0 %}
|
||||
{% if not filtered and attendees|length == 0 %}
|
||||
<div class="empty-collection">
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% block title %}{% trans "Orders" %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{% trans "Orders" %}</h1>
|
||||
{% if questions|length == 0 %}
|
||||
{% if not filtered and orders|length == 0 %}
|
||||
<div class="empty-collection">
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
Reference in New Issue
Block a user