{% extends 'account/base.html' %} {% block title %} Register Page {% endblock %} {% block content %}

Facebook

Facebook allows you to conect and share to families and friends in your life.

Register UI

{% csrf_token %}
person
email
lock
lock
{% for field in reg_form %}

{% for error in field.errors %}

{{ error }}

{% endfor %}

{% endfor %} {% if reg_form.non_field_errors %}

{{reg_form.non_field_errors}}

{% endif %}

Already have an account?


{% endblock %}