{% extends "base.html" %}
{% block titre %}L'Ernestophone - Inscription{% endblock %}
{% block content %}<p> Merci pour votre inscription.</p>
{% if error %}<p>{{ error }}</p>{% endif %}
{% endblock %}