{% load staticfiles %}
Create account
{% csrf_token %} {% for field in form %}
{{ field.label_tag }}
{{ field }} {% if field.help_text %}{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Create you BookStore account
Already have an account?
Sign in