File size: 146 Bytes
d1ceb73
 
 
 
1
2
3
4
5
{% extends "error.html" %}
{% block error_detail %}
<p>{% trans %}You are requesting a page that does not exist!{% endtrans %}</p>
{% endblock %}