diff options
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 %} |