From 0530fd5136d0ad3c32f3a0eba4d711319ec9c687 Mon Sep 17 00:00:00 2001 From: Mark Steve Samson Date: Thu, 31 Aug 2017 16:29:06 +0800 Subject: [PATCH] Fix typo in login template --- templates/accounts/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/accounts/login.html b/templates/accounts/login.html index c93e4eda..674bf990 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -16,7 +16,7 @@

{% if show_password %} - Please entery your email address and password. + Please enter your email address and password. {% else %} Please enter your email address. Next, we'll send you an email with log-in instructions! @@ -85,4 +85,4 @@ {% endcompress %} -{% endblock %} \ No newline at end of file +{% endblock %}