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.
portail-citoyen2/portail_citoyen/templates/registration/logged_out.html

11 lines
141 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="real-content">
<div class="block">
Au revoir !
</div>
</div>
{% endblock %}