microproduct/leafAreaIndex/dist/LeafIndexMain/notebook/templates/404.html

6 lines
147 B
HTML
Raw Normal View History

2023-08-28 10:17:29 +00:00
{% extends "error.html" %}
{% block error_detail %}
<p>{% trans %}You are requesting a page that does not exist!{% endtrans %}</p>
{% endblock %}