1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-14 23:46:49 +00:00
seahub/templates/error.html
2012-09-06 16:57:54 +08:00

10 lines
179 B
HTML

{% extends base_template %}
{% block title %}错误{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p class="error">{{ error_msg }}</p>
</div>
{% endblock %}