From 856687475d2b0f78653e886e5844eb88e56e9de1 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 19 Dec 2018 10:17:30 +0100 Subject: [PATCH] core: show text if no applications are defined --- passbook/core/templates/overview/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/passbook/core/templates/overview/index.html b/passbook/core/templates/overview/index.html index c569c0552..e56aa26c5 100644 --- a/passbook/core/templates/overview/index.html +++ b/passbook/core/templates/overview/index.html @@ -15,7 +15,6 @@
{% for app in applications %} -

@@ -36,6 +35,8 @@

+ {% empty %} +

{% trans 'No Applications available.' %}

{% endfor %}