{% extends "public/base.html" %} {% load bootstrap %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Register Page{% endblock page_title %} {% block content %}
{% if error %} {% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}