diff --git a/passbook/core/templates/login/base.html b/passbook/core/templates/login/base.html
index 42ecaf5b4c..cf9797e057 100644
--- a/passbook/core/templates/login/base.html
+++ b/passbook/core/templates/login/base.html
@@ -24,7 +24,7 @@
{% block body %}
- {% include 'partials/messages.html' with toast=True %}
+ {% include 'partials/messages.html' %}
diff --git a/passbook/core/templates/login/with_sources.html b/passbook/core/templates/login/with_sources.html
index ba744b8cb4..9c515f8383 100644
--- a/passbook/core/templates/login/with_sources.html
+++ b/passbook/core/templates/login/with_sources.html
@@ -24,7 +24,7 @@
{% block body %}
- {% include 'partials/messages.html' with toast=True %}
+ {% include 'partials/messages.html' %}