diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-26 21:20:08 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-26 21:20:08 +0000 |
commit | 0abd8aedffd836e6bbec53fb15f5a04e1b98ad61 (patch) | |
tree | a543bd31aa80b592e071d952aebfc45fec946295 /templates/svxfile.html | |
parent | dba0fd8b2008dcb5de24aeb8348fd9a0946b8255 (diff) | |
download | troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.gz troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.bz2 troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.zip |
layout tidying
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r-- | templates/svxfile.html | 2 |
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 %} |