diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/registration_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 5720a8b..6c82abe 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -9,7 +9,7 @@ registration_form.html | {{ block.super }} {% endblock %} {% block content %} -<form action="{% url registration_register %}" method="POST"> +<form action="{% url registration_register %}" method="POST">{% csrf_token %} {% for error in form.non_field_errors %} <span style="color:red">{{ error }}</span> {% endfor %} |