summaryrefslogtreecommitdiffstats
path: root/templates/svxfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r--templates/svxfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index e1ed097..b92f067 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -46,7 +46,7 @@ $(document).ready(function()
</p>
{% endif %}
-<form id="codewikiform" action="" method="POST">
+<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>
<input type="submit" name="diff" value="Diffy" />