#13232 closed (duplicate)
Whitespace Bug in URL Tag for password_reset_email.html
Reported by: | paltman | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | registration, admin, email | |
Cc: | paltman@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In django.contrib.admin.templates.registration the password_reset_email.html was modified from ticket #8129. Granted it's been almost two years, but I hit this bug yesterday running on django trunk, when it complained about a malformed url tag.
It appears all it is is a space in the kwargs to the tag.
Maybe I am the only one experiencing this for some odd reason, but I was running a clean environment with latest checkout from trunk and removing the space alleviated the exception.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | django_contrib_admin_password_reset_email_url_tag_bug.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm pretty sure this is a duplicate of #12945; the tag syntax is fine (if deprecated), but the url tag has changed in an incompatible way recently.