diff options
Diffstat (limited to 'templates/widgets/HTMLarea.html')
-rw-r--r-- | templates/widgets/HTMLarea.html | 5 |
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 %} |