{% extends "base.html" %} {% block title %} Sign Up {% endblock title %} {% block content %}

Sign Up

{% if form.errors %} {% endif %}
{% csrf_token %} {% if form.username.help_text %}{{ form.username.help_text }}{% endif %} {% if form.password1.help_text %}{{ form.password1.help_text }}{% endif %} {% if form.password2.help_text %}{{ form.password2.help_text }}{% endif %}

Already have an account? Login here

{% endblock content %}