summaryrefslogtreecommitdiffstats
path: root/templates/editcave.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editcave.html')
-rw-r--r--templates/editcave.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editcave.html b/templates/editcave.html
index 68a36af..47e2759 100644
--- a/templates/editcave.html
+++ b/templates/editcave.html
@@ -70,7 +70,7 @@ div > label {
}
</style>
<form action="" method="post">{% csrf_token %}
- {% if tabletype == 'table' %}<table>{% endif %}
+ {% if tabletype == 'table' %}<table>{% endif %} <!-- to work with Dj 5.1 and Dj 3.2 -->
{{ form }}
{% if tabletype == 'table' %}</table>{% endif %}
<p><input style="font-weight: bold; font-size: 200%; font-variant-caps: small-caps; margin-left: 40%;" type="submit" value="Submit" /></p>