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 Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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>