5👍
✅
{% url %}
now has a slightly different syntax. You should put quotes around the url name:
{% url 'django.contrib.auth.views.login' %}
Source:stackexchange.com