Mercurial > libervia-templates
view default/error/404.html @ 129:ca42dc037bbf
file (discover): new discovery page:
the discovery page will show service, own devices and roster contact devices offering file sharing.
An extra field allow to enter free jid.
Added a small message in photo/discover.html has photo album discovery is not yes implemented.
New block and images macros.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 24 Mar 2018 11:16:14 +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 %}