1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 14:37:58 +00:00
seahub/templates/permission_error.html

10 lines
171 B
HTML
Raw Normal View History

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