aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 8fa0c77d55efbeabd175f2f505df72c5f816d81c (plain)
1
2
3
4
5
{% extends "base.html" %}

{% block main %}
<p class="http-error">Error 404: Page not found.</p>
{% endblock main %}

Return to:

Send suggestions and report system problems to the System administrator.