{% extends "base.html" %} {% block titre %}L'Ernestophone - Inscription{% endblock %} {% block content %}

Inscription d'un nouvel Ernestophoniste

{% csrf_token %} {{ user_form.as_p }} {{ comp_form.as_p }}
{% endblock %}