{% extends "class/base.html" %} {% block title %} Register {% endblock %} {% block body %}
{% if form.errors %}

There's something wrong with what you entered!

{% endif %} {% if next %}

Hey, you can't access that page.

{% endif %}
{% csrf_token %}

Register

{{ form }} {{ profile_form }}

Already have account? Login

{% endblock %}