1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00
Files
seahub/templates/permission_error.html
2012-01-29 14:02:30 +08:00

9 lines
147 B
HTML

{% extends "myhome_base.html" %}
{% block title %}Permission Error{% endblock %}
{% block main_panel %}
<p>Permission Error.</p>
{% endblock %}