summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/base/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base/form.html b/app/templates/base/form.html
index 98200c9..aff7227 100644
--- a/app/templates/base/form.html
+++ b/app/templates/base/form.html
@@ -21,7 +21,7 @@
{% endif %}
{% endwith %}
- <form method="POST" class="box">
+ <form method="POST" class="box" id="form">
{{ form.csrf_token }}
{% block form %}{% endblock %}
</form>