diff --git a/passbook/core/templates/login/base.html b/passbook/core/templates/login/base.html
index 42ecaf5b4..cf9797e05 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 ba744b8cb..9c515f838 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' %}