{% extends "registration/base_registration.html" %} {% load i18n bootstrap3 %} {% block title %}Sign up for an account{% endblock %} {% block registration_content %}

Sign up for an account

Use the following form to create a new account.
If you already have a username or password, but have forgotten either, reset them here.
{% bootstrap_form form %}
{% endblock %}