diff options
Diffstat (limited to 'templates/general_form.html')
-rw-r--r-- | templates/general_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/general_form.html b/templates/general_form.html index d499919a..93e73aca 100644 --- a/templates/general_form.html +++ b/templates/general_form.html @@ -8,7 +8,7 @@ {% if description %}{{description}}{% endif %} - <form class="general-form" method="post" action="."> + <form class="general-form" method="post" action=".">{% csrf_token %} <fieldset> {% for field in form %} <p><label>{{field.label}}{% if field.help_text %}:</label><br /> |