1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-26 23:17:58 +00:00
seahub/share/templates/repo/anonymous_share_confirm.html
2012-10-09 14:38:13 +08:00

10 lines
238 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "myhome_base.html" %}
{% block title %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>该访问链接已失效,如有需要,请联系资料库拥有者 {{ repo_owner }}</p>
</div>
{% endblock %}