Opened 12 years ago

Closed 12 years ago

#19534 closed Uncategorized (invalid)

Sample template for login view requires 'load url from future'

Reported by: r@… Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The template describing the 'login' view will not work as -is. It requires this at the top of the template:

{% load url from future %}

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

You're reading the docs for version 1.5 or dev (future 1.6), but you're using version 1.4 of Django.

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