mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
9 lines
147 B
HTML
9 lines
147 B
HTML
![]() |
{% extends "myhome_base.html" %}
|
||
|
|
||
|
{% block title %}Permission Error{% endblock %}
|
||
|
|
||
|
{% block main_panel %}
|
||
|
|
||
|
<p>Permission Error.</p>
|
||
|
{% endblock %}
|