{% extends 'layout.html' %} {% block content %}

Registration

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