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

10 lines
238 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">
2012-10-09 06:38:13 +00:00
<p>该访问链接已失效,如有需要,请联系资料库拥有者 {{ repo_owner }}</p>
2012-06-12 02:13:14 +00:00
</div>
{% endblock %}