After overriding django's default login.html, I can't seem to recieve messages through my template #3898
Unanswered
mathew2005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I can't receive texts such as credentials invalid, etc.. I used
`{% for message in messages %}
{{message}}
{% endfor %} ` I also tried using messages.html in the templates folder and including it, but that doesn't work too.please help i have been trying to figure it out for the past 3 hours and it is driving me insane.
Beta Was this translation helpful? Give feedback.
All reactions