summaryrefslogtreecommitdiff
path: root/sbhs/templates/account/account_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sbhs/templates/account/account_index.html')
-rw-r--r--sbhs/templates/account/account_index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbhs/templates/account/account_index.html b/sbhs/templates/account/account_index.html
index 2d5789a..60fece6 100644
--- a/sbhs/templates/account/account_index.html
+++ b/sbhs/templates/account/account_index.html
@@ -19,7 +19,9 @@
<form action="{% url 'account_create' %}" method="POST">
{% csrf_token %}
{{registration_form.as_p}}
-
+ {% for field in registration_form %}
+
+ {% endfor %}
<input type="submit" class="btn btn-inverse" value="New User? Sign-Up">
</form>
</div>