summaryrefslogtreecommitdiffstats
path: root/templates/widgets
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-29 15:07:58 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-29 15:07:58 +0000
commit1ab7528f7b27aabae52dff7727030929f3c3649d (patch)
tree17c29fb5f4920875915c197dd1be5f8f891f09dd /templates/widgets
parentde74cd486789231eff374c9d6bef828f54e715b9 (diff)
downloadtroggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.gz
troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.bz2
troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.zip
Clean up unused templates. All checked.
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 %}