view default/session/disconnect.html @ 132:c70f405f9b86

blog (articles): show a message when no article is found
author Goffi <goffi@goffi.org>
date Mon, 26 Mar 2018 08:13:53 +0200
parents a6ec7f0fa877
children
line wrap: on
line source

{% extends 'base/base.html' %}

{% block body %}
<p>{% trans %}You have been disconnected, have a nice day!{% endtrans %}</p>
{% endblock body %}