Clean up unused templates. All checked.

This commit is contained in:
2022-12-29 15:07:58 +00:00
parent de74cd4867
commit 1ab7528f7b
5 changed files with 21 additions and 97 deletions

View File

@@ -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 %}