#17189: Change password admin form uses an undefined template tag
-------------------------------+--------------------
Reporter: marc3@… | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
Hello,
I have put TEMPLATE_STRING_IF_INVALID = '**TAG**' in my settings.py. If I
go to the admin, open a user and try to modify the password (using the
admin password change form), this the (abstract) code that is generated,
which of course fails:
<form action="**TAG**" method="post" id="user_form"><div
style='display:none'><input type='hidden' name='csrfmiddlewaretoken'
value='e89f493c88a4059f820eb35af0528722' /></div>
<div>
Regards
--
Ticket URL: <https://code.djangoproject.com/ticket/17189>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.