Mercurial > libervia-templates
view default/error/404.html @ 124:11e729a7d8e9
photo: photos handling, first draft:
this template is a specialized file view for photo albums. A comments panel is added if a comments link is found.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 18 Mar 2018 11:31:36 +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 %}