Mercurial > libervia-templates
view default/error/base.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 'base/base.html' %} {% block title %}{% trans %}Error {{error_code}}{% endtrans %}{% endblock %} {% block body %} {% trans %}An error occured while trying to access the resource.{% endtrans %} {% endblock body %} {% block footer %}{% endblock %}