{% extends 'base.html' %} {% block title %}Créer un compte{% endblock %} {% block content %}

{% block content_title %}Créer un compte{% endblock %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}