Hello i have this:
errore = """<script type="text/javascript">
{ alert('test_js')};
</script>"""
return mark_safe(errore)
I get this error : AttributeError: 'SafeString' object has no
attribute 'status_code'
can you help me to write the correct one?
Thanks
Luca
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---