1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-31 22:57:47 +00:00
seahub/templates/permission_error.html

10 lines
163 B
HTML
Raw Normal View History

2012-01-29 06:02:30 +00:00
{% extends "myhome_base.html" %}
2012-05-15 02:59:16 +00:00
{% block title %}权限错误{% endblock %}
2012-01-29 06:02:30 +00:00
{% block main_panel %}
<h3>权限不足</h3>
2012-05-15 02:59:16 +00:00
<p>{{ error_msg }}</p>
2012-01-29 06:02:30 +00:00
{% endblock %}