Try changing your change_form.html to reflect the nested directories
(by including "../" for each level of directory its in... or, as a
simplier fix:


Change:
<script type="text/javascript" src="/tiny_mce/tiny_mce.js"></script>

to

<script type="text/javascript" src="http://127.0.0.1:8000/tiny_mce/
tiny_mce.js"></script>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to