{% extends 'bases/navbar.html' %} {% load static %} {% block content %}

registration page

{% csrf_token %} {% if form.errors %}

There are errors in the form

{% endif %} {{ form }}
{% endblock %}