1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00
Files
seahub/templates/error.html

10 lines
179 B
HTML
Raw Normal View History

2012-07-26 17:08:31 +08:00
{% extends base_template %}
2012-05-15 10:59:16 +08:00
{% block title %}错误{% endblock %}
{% block main_panel %}
2012-09-06 16:57:54 +08:00
<div class="text-panel">
<p class="error">{{ error_msg }}</p>
</div>
2012-05-15 10:59:16 +08:00
{% endblock %}