diff options
Diffstat (limited to 'app/templates/base')
| -rw-r--r-- | app/templates/base/form.html | 2 |
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> |
