diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editflatpage.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/editflatpage.html b/templates/editflatpage.html index 4768078..de09b4e 100644 --- a/templates/editflatpage.html +++ b/templates/editflatpage.html @@ -3,6 +3,11 @@ {% block extrahead %} {% load csrffaker %} <script src="{{ settings.TINY_MCE_MEDIA_URL }}tiny_mce.js" type="text/javascript"></script> +<script type="text/javascript"> + tinyMCE.init({ + mode : "textareas" + }); +</script> {% endblock %} {% block body %} <h1>Edit {{ path }}</h1> |