diff --git a/passbook/core/templates/login/base_full.html b/passbook/core/templates/login/base_full.html
index 1954057e1..583978a5e 100644
--- a/passbook/core/templates/login/base_full.html
+++ b/passbook/core/templates/login/base_full.html
@@ -4,6 +4,16 @@
{% load i18n %}
{% load passbook_utils %}
+{% block head %}
+{{ block.super }}
+
+{% endblock %}
+
{% block body %}
+
{% block main_container %}
@@ -43,23 +70,6 @@
{% endblock %}
-
{% endblock %}
diff --git a/passbook/flows/templates/flows/shell.html b/passbook/flows/templates/flows/shell.html
index ed4950463..6d2f9993a 100644
--- a/passbook/flows/templates/flows/shell.html
+++ b/passbook/flows/templates/flows/shell.html
@@ -6,21 +6,21 @@
{% block head %}
{{ block.super }}
{% endblock %}