#6059: newforms-admin extra javascript is getting escaped ----------------------------------------------+----------------------------- Reporter: Karen Tracey <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Admin interface Version: newforms-admin | Keywords: Stage: Unreviewed | Has_patch: 1 ----------------------------------------------+----------------------------- On change and add pages, I'm seeing escaped script tags on the top line:
<script type="text/javascript" src="/media/js/core.js"></script> <script type="text/javascript" src="/media/js/admin/RelatedObjectLookups.js"></script> Attached patch fixes this by marking the 'media' template variable as safe. -- Ticket URL: <http://code.djangoproject.com/ticket/6059> 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 -~----------~----~----~----~------~----~------~--~---
