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.
compte-agglo-montpellier/compte_agglo_montpellier/templates/registration/logout.html

19 lines
376 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block bodyargs %}
class="narrow-page"
{% endblock %}
{% block title %}
<div id="single-title">{% trans "Logging out" %}</div>
{% endblock %}
{% block menu %}
{% endblock %}
{% block content %}
<p>{% trans "Logged out" %}</p>
<p><button type="button" onclick="location.href = '/'">{% trans "Back" %}</button></p>
{% endblock %}