From d97b2bf503968b224e7d7d891d18553f9374da66 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 22 Nov 2020 23:39:40 +0100 Subject: [PATCH] core: fix impersonation notice being shown twice --- passbook/core/templates/overview/base.html | 14 --- passbook/core/templates/overview/index.html | 108 +++++++++----------- 2 files changed, 48 insertions(+), 74 deletions(-) delete mode 100644 passbook/core/templates/overview/base.html diff --git a/passbook/core/templates/overview/base.html b/passbook/core/templates/overview/base.html deleted file mode 100644 index 53a40f611..000000000 --- a/passbook/core/templates/overview/base.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base/page.html" %} - -{% load static %} -{% load i18n %} - -{% load passbook_is_active %} -{% load passbook_utils %} - -{% block page_content %} -
- {% block content %} - {% endblock %} -
-{% endblock %} diff --git a/passbook/core/templates/overview/index.html b/passbook/core/templates/overview/index.html index 290e02a11..0fd2d534b 100644 --- a/passbook/core/templates/overview/index.html +++ b/passbook/core/templates/overview/index.html @@ -1,65 +1,53 @@ -{% extends "overview/base.html" %} - {% load i18n %} -{% block head %} -{{ block.super }} - -{% endblock %} - -{% block content %} -
-
-

- - {% trans 'Applications' %} -

-
-
-
- {% if applications %} -
+