diff --git a/passbook/core/templates/login/with_sources.html b/passbook/core/templates/login/with_sources.html index 9c515f838..0eee95c91 100644 --- a/passbook/core/templates/login/with_sources.html +++ b/passbook/core/templates/login/with_sources.html @@ -51,7 +51,7 @@ {% for url, icon, name in sources %} {% endfor %} diff --git a/passbook/core/templates/overview/base.html b/passbook/core/templates/overview/base.html index c7c7b582e..447dd6b68 100644 --- a/passbook/core/templates/overview/base.html +++ b/passbook/core/templates/overview/base.html @@ -185,13 +185,14 @@ {% endif %} -
+
{% block content %} {% endblock %}
{% endblock %} {% block scripts %} +{{ block.super }}