Opened 12 years ago

Closed 12 years ago

#18121 closed Bug (invalid)

url tag reversing doesn't work with login in quotes

Reported by: rissko@… 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/

Change History (1)

comment:1 by Claude Paroz, 12 years ago

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.
Back to Top