{% extends "django_registration/registration_base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}{% trans "Register for an account" %}{% endblock %} {% block content %}
Create your account
{% csrf_token %} {{ form.username }}
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
{{ form.email }} {{ form.password1 }} {{ form.password2 }}
Enter the same password as before, for verification.
{% endblock %}