{% extends 'dashboard/auth/auth_base.html' %} {% block title %}Register{% endblock %} {% block auth_content %}
Or log in to your existing account
{{ form.username.errors.0 }}
{{ form.email.errors.0 }}
{{ form.first_name.errors.0 }}
{{ form.last_name.errors.0 }}
{{ form.password1.errors.0 }}
{{ form.password1.help_text|safe }}
{{ form.password2.errors.0 }}