{% extends "base.html" %}
{% load form %}
{% block content %}
<h1>Créer un compte</h1>
{% form form submit="Créer mon compte" %}
{% endblock content %}