Mercurial > libervia-templates
view default/error/base.html @ 91:cc36a5b990ab
input(xmlui): better handling of missing values
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 12 Jan 2018 19:52:37 +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 %}