diff --git a/securedrop/journalist_templates/base.html b/securedrop/journalist_templates/base.html
index d889f50bce7..ae27b5093d7 100644
--- a/securedrop/journalist_templates/base.html
+++ b/securedrop/journalist_templates/base.html
@@ -19,25 +19,27 @@
{% if g.user %}
-
{% block header %}
-
+
{% endblock %}
-
+
{% include 'flashed.html' %}
@@ -45,7 +47,7 @@
{% block body %}{% endblock %}
-
+
{% block footer %}
diff --git a/securedrop/journalist_templates/login.html b/securedrop/journalist_templates/login.html
index 462e9ae41c9..f748910d2ad 100644
--- a/securedrop/journalist_templates/login.html
+++ b/securedrop/journalist_templates/login.html
@@ -5,11 +5,11 @@