#3579: remove admin's reliance on TEMPLATE_STRING_IF_INVALID set to empty string
----------------------------------------------------+-----------------------
Reporter: Jeff Bauer <[EMAIL PROTECTED]> | Owner: nobody
Status: reopened | Milestone: 1.0 maybe
Component: Template system | Version: SVN
Resolution: | Keywords: template
admin
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------+-----------------------
Changes (by marinho):
* milestone: post-1.0 => 1.0 maybe
Comment:
I'm not understanding why this ticket is being considered to post-1.0 if
it is (I think) the cause to bugged add-user form and others strange
behaviours everytime a variable isn't valid in the template.
For example: a simple `/admin/auth/user/add/` is rendering this code:
{{{
<form action="<font color='red'>form_url</font>"
method="post" id="user_form">
<div>
}}}
Shouldn't this enought reason to consider this ticket?
Maybe would make it safe string or disabling this "helper" (that isn't
helping nothing).
--
Ticket URL: <http://code.djangoproject.com/ticket/3579#comment:17>
Django Code <http://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
-~----------~----~----~----~------~----~------~--~---