{% extends "base_page.html" %} {% load bootstrap3 %} {% load crispy_forms_tags %} {% load envelope_tags %} {% block page_name %}Registration{% endblock %} {% block content %}

Registration

Create your account and get active!

{% bootstrap_messages %}
{% csrf_token %} {% antispam_fields %} {{ form|crispy }}
{% endblock %}