view default/error/404.html @ 76:ead4db120515

components/common: profile is now always set, so we just test if it evaluate to True to know if a user is logged
author Goffi <goffi@goffi.org>
date Wed, 13 Dec 2017 00:41:42 +0100
parents 8fa2fd2e928e
children
line wrap: on
line source

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

{% block body %}
<h1>{% trans %}Not Found{% endtrans %}</h1>
<p>{% trans %}Sorry, we can't find the resource you are trying to access.{% endtrans %}</p>
{% endblock body %}