#20783 closed Bug (invalid)
Outdated Template Style in Authentication Sample Login Template
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | url, update |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
If you view the sample login template code for the Django Authentication documentation, you can see that the url template tag is incorrect, the URL name is not quoted as it should be.
Change History (3)
comment:1 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Oh, very odd. I could have sworn I copy - pasted the code and had to fix it. My mistake.
comment:3 by , 11 years ago
Resolution: | worksforme → invalid |
---|
Note:
See TracTickets
for help on using tickets.
Hi,
The two instances of
{% url %}
in the link you gave are correct.I checked for the 1.5 version and they are correct there too.