summaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/registration_form.html')
-rw-r--r--templates/registration/registration_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html
index f82c6cb..6c4a7f6 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">{% csrf_token %}
+<form action="{% url "registration_register" %}" method="POST">{% csrf_token %}
{% for error in form.non_field_errors %}
<span style="color:red">{{ error }}</span>
{% endfor %}