aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_change_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_change_form.html')
-rw-r--r--templates/registration/password_change_form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html
index 6e6358e271..d74f39e5fb 100644
--- a/templates/registration/password_change_form.html
+++ b/templates/registration/password_change_form.html
@@ -6,5 +6,6 @@
{{ form.as_p }}
<input type="submit" class="btn" value="{% trans 'Submit' %}" />
+ {% csrf_token %}
</form>
{% endblock %}