1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 14:08:12 +00:00
seahub/templates/404.html

10 lines
194 B
HTML

{% extends "myhome_base.html" %}
{% load i18n %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "Sorry, but the requested page could not be found." %}</p>
</div>
{% endblock %}