view default/error/404.html @ 146:7dc00829c32f

Instal sat_templates the python's way You can just call 'pip install .' to install sat_templates.
author Xavier Maillard <xavier@maillard.im>
date Sat, 30 Dec 2017 14:13:09 +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 %}