mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
13 lines
355 B
HTML
13 lines
355 B
HTML
{% autoescape off %}
|
||
亲爱的 {{ anon_email }}:
|
||
|
||
{{ email }} 在SeaCloud上共享了一个同步目录给你,请点击以下链接查看:
|
||
|
||
{{ protocol }}://{{ domain }}{% url share.views.anonymous_share_confirm token=token %}
|
||
|
||
注册后,就可以在首页查看该同步目录。感谢使用我们的网站!
|
||
|
||
Seafile团队
|
||
|
||
{% endautoescape %}
|