mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +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 %}
|