aemo_fr/templates/aemo/acces_famille.html

13 lines
394 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<h2 class="text-center">Confirmation daccès</h2>
<p class="text-center">Veuillez confirmer l'accès à la famille {{ famille.nom }}. Comme ce nest pas un accès habituel, il sera journalisé comme tel.</p>
<p class="fs-2 text-center">
<a href="{{ url }}?confirm=1">Continuer vers la famille {{ famille.nom }}</a>
</p>
{% endblock %}