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_citoyen2/templates/registration/logged_out.html

8 lines
135 B
HTML

{% extends "base.html" %}
{% load i18n cms_tags %}
{% block content %}
<p>
{% static_placeholder "logged-out" %}
</p>
{% endblock %}