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 %} -
+