2022-05-23 00:16:32 +04:00

6 lines
147 B
HTML

{% extends "error.html" %}
{% block error_detail %}
<p>{% trans %}You are requesting a page that does not exist!{% endtrans %}</p>
{% endblock %}