aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/account/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account/edit.html b/templates/account/edit.html
index 4400896..fa502f2 100644
--- a/templates/account/edit.html
+++ b/templates/account/edit.html
@@ -1,7 +1,7 @@
{% if msg %}
{{ msg }}
{% else %}
- <form action="." method="POST">
+ <form action="." method="POST">{% csrf_token %}
{% for field in form %}<br />
{{ field.label_tag}}{{ field }}<br />
{% endfor %}