I do exactly this by adding a template
admin/flatpages/flatpage/change_form.html

That simply looks like (your tiny_mce location may vary):

{% extends "admin/change_form.html" %}
{% block extrahead %}{{ block.super }}

<script type="text/javascript"
src="/static/js/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript"
src="/static/js/tiny_mce/textareas.js"></script>

{% endblock %}

Hope that helps

Tom


On Wed, 2007-09-12 at 17:02 +0000, Milan Andric wrote:
> Hi,
> 
> I would like to add tinymce to my flatpages in the admin.  But the
> only way I can figure out how to do this is modifying django/contrib/
> flatpages/models.py.
> 
> Is there a way I can subclass the flatpages model and reference it
> from the django flatpage app?  I'm   confused.
> 
> Thanks for your help,
> 
> Milan
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
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