This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
calebasse/calebasse/personnes/templates/personnes/activate_access.html

9 lines
247 B
HTML
Raw Normal View History

{% load widget_tweaks %}
{% if error_message %}
<p><strong>{{ error_message }}</strong></p>
{% endif %}
<form action="{{ request.get_full_path }}" method="post">{% csrf_token %}
<p>Êtes-vous sûr de vouloir activer {{ object }} ?</p>
</form>