summaryrefslogtreecommitdiffstats
path: root/templates/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'templates/widgets')
-rw-r--r--templates/widgets/HTMLarea.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/widgets/HTMLarea.html b/templates/widgets/HTMLarea.html
index 81696ef..9b28012 100644
--- a/templates/widgets/HTMLarea.html
+++ b/templates/widgets/HTMLarea.html
@@ -1,5 +1,10 @@
<div class="HTMLarea">
{% include "django/forms/widgets/textarea.html" %}
+<!-- this overrides django/forms/widgets/textarea.html
+This is used by the HTML editor stuff that Martin wrote
+
+-->
+
{% if preview %}
<iframe class="HTMLpreview"></iframe>
{% endif %}