diff --git a/Section23_BlogCloneProject/mysite/blog/templates/registration/login.html b/Section23_BlogCloneProject/mysite/blog/templates/registration/login.html index d892563..2815ae0 100644 --- a/Section23_BlogCloneProject/mysite/blog/templates/registration/login.html +++ b/Section23_BlogCloneProject/mysite/blog/templates/registration/login.html @@ -3,12 +3,21 @@ {% block content %}
Your username and password didn't match.Please try again!
+Your username and password didn't match.Please try again!
{% endif %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} +