mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-30 22:34:53 +00:00
10 lines
163 B
HTML
10 lines
163 B
HTML
{% extends "myhome_base.html" %}
|
|
|
|
{% block title %}权限错误{% endblock %}
|
|
|
|
{% block main_panel %}
|
|
|
|
<h3>权限不足</h3>
|
|
<p>{{ error_msg }}</p>
|
|
{% endblock %}
|