summaryrefslogtreecommitdiffstats
path: root/templates/svxfile.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-26 21:20:08 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-26 21:20:08 +0000
commit0abd8aedffd836e6bbec53fb15f5a04e1b98ad61 (patch)
treea543bd31aa80b592e071d952aebfc45fec946295 /templates/svxfile.html
parentdba0fd8b2008dcb5de24aeb8348fd9a0946b8255 (diff)
downloadtroggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.gz
troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.bz2
troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.zip
layout tidying
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r--templates/svxfile.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index d9f1e86..72e4446 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -48,6 +48,7 @@ $(document).ready(function()
</p>
{% endif %}
+
<form id="codewikiform" action="" method="POST">{% csrf_token %}
<div class="codeframebit">{{form.code}}</div>
<div style="display:none">{{form.filename}} {{form.dirname}} {{form.datetime}} {{form.outputtype}}</div>
@@ -75,4 +76,5 @@ $(document).ready(function()
{% endif %}
</div>
+
{% endblock %}