Files
mayan-edms/apps/common/templates/404.html
T

10 lines
191 B
HTML

{% extends "base.html" %}
{% block title %}Page not found{% endblock %}
{% block content %}
<h1>Page not found</h1>
<p>Sorry, but the requested page could not be found.</p>
{% endblock %}