view default/error/404.html @ 83:caab77328b1c

js (common): added a method to check if local or session storage is available
author Goffi <goffi@goffi.org>
date Wed, 03 Jan 2018 01:12:16 +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 %}