From 2f51f354de900c1e2ba65e3ca422d1de543f0a99 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 21 Feb 2020 22:02:44 +0100 Subject: [PATCH] ui: fix app icon not showing --- passbook/core/templates/overview/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passbook/core/templates/overview/index.html b/passbook/core/templates/overview/index.html index bb9a48ff6..84cf09142 100644 --- a/passbook/core/templates/overview/index.html +++ b/passbook/core/templates/overview/index.html @@ -26,10 +26,10 @@ {% for app in applications %}
- {% if not app.icon_url %} + {% if not app.meta_icon_url %} {% else %} - {% trans 'Application Icon' %} + {% trans 'Application Icon' %} {% endif %}