{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Signup{% endblock %} {% block flash %} {% bootstrap_messages %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}

Create Account

{% csrf_token %} {% bootstrap_form form %} {% buttons %}
{% endbuttons %}
{% endblock %}