mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-12 20:25:49 +00:00
9 lines
135 B
HTML
9 lines
135 B
HTML
|
{% extends "myhome_base.html" %}
|
||
|
|
||
|
{% block title %}错误{% endblock %}
|
||
|
|
||
|
{% block main_panel %}
|
||
|
|
||
|
<p>{{ error_msg }}</p>
|
||
|
{% endblock %}
|