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