{% extends "base.html" %} {% block title %}Création d’un profil{% endblock %} {% block bodyId %}userProfilePage{% endblock %} {% block content %}

Création d’un compte

{{ studentForm.as_p }}

{{ employeeForm.as_p }}

{% endblock %}