summaryrefslogtreecommitdiffstats
path: root/templates/editflatpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editflatpage.html')
-rw-r--r--templates/editflatpage.html5
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>