SyntaxFix
Write A Post
Hire A Developer
Questions
In templates/admin/includes_grappelli/header.html, line 12, you forgot to put admin:password_change between '.
admin:password_change
'
The url Django tag syntax should always be like:
{% url 'your_url_name' %}