Opened 13 years ago
Closed 13 years ago
#18121 closed Bug (invalid)
url tag reversing doesn't work with login in quotes
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Documentation for auth application uses {% url 'django.contrib.auth.views.login' %} which doesn't work - should be {% url django.contrib.auth.views.login %}, which works well.
Used in:
https://docs.djangoproject.com/en/1.4/topics/auth/
https://docs.djangoproject.com/en/dev/topics/auth/
Note:
See TracTickets
for help on using tickets.
Did you notice the
{% load url from future %}
at the top of the template? This is the new syntax for the url tag. Please, use first support channels before opening tickets.https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels