1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-15 21:53:37 +00:00
seahub/share/templates/repo/anonymous_share_confirm.html

10 lines
235 B
HTML
Raw Normal View History

2012-06-12 02:13:14 +00:00
{% extends "myhome_base.html" %}
{% block title %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>该访问链接已失效,如有需要,请联系目录拥有者 {{ repo_owner }}</p>
</div>
{% endblock %}