{% extends 'registration/registration_base.html' %} {% block title %}Register{% endblock %} {% block registration_block %}
{{ form.username.errors.0 }}

{{ form.email.errors.0 }}

{{ form.password1.errors.0 }}

{{ form.password2.errors.0 }}

{{ form.non_field_errors.0 }}

Sign in
Forgot your password?
{% endblock registration_block %}