{% extends 'base.html' %} {% load static %} Register {% block header %}

SciPy India 2016

Register

{% endblock %}
{% block nav %} {% endblock %} {% block content %}
{% if email_registered %}
×

Email ID is already registered !

Have you already logged in using social logins ?

or

Click Here if you forgot your username or password

{% endif %} {% if registration_complete %}

Your Account is Created Successfully !

{% endif %}
{% csrf_token %} {% for field in form %}

{{ field.label}} {% if field.field.required %} * {% endif %} {{ field }}

{{ field.errors }} {% endfor %}
I have an account
{% endblock %}