1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 06:27:28 +00:00
seahub/templates/permission_error.html
2012-09-06 16:57:54 +08:00

10 lines
171 B
HTML

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