mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +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 %}
|