diff --git a/passbook/core/templates/login/with_sources.html b/passbook/core/templates/login/with_sources.html
index 9c515f8383..0eee95c91f 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 %}
-
{{ name }}
+
{{ name }}
{% endfor %}
diff --git a/passbook/core/templates/overview/base.html b/passbook/core/templates/overview/base.html
index c7c7b582e4..447dd6b68c 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 }}