1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-12 20:25:49 +00:00
seahub/templates/error.html

9 lines
135 B
HTML
Raw Normal View History

2012-05-15 02:59:16 +00:00
{% extends "myhome_base.html" %}
{% block title %}错误{% endblock %}
{% block main_panel %}
<p>{{ error_msg }}</p>
{% endblock %}