1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00
Files
seahub/share/templates/repo/anonymous_share_confirm.html

10 lines
238 B
HTML
Raw Normal View History

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