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

10 lines
194 B
HTML
Raw Normal View History

2012-09-15 13:26:27 +00:00
{% extends "myhome_base.html" %}
{% load i18n %}
2012-09-15 13:26:27 +00:00
{% block main_panel %}
<div class="text-panel">
<p>{% trans "Sorry, but the requested page could not be found." %}</p>
2012-09-15 13:26:27 +00:00
</div>
{% endblock %}
2011-03-19 05:15:02 +00:00