1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 07:28:42 +00:00
seahub/share/templates/repo/anonymous_share_email.html

13 lines
349 B
HTML
Raw Normal View History

2012-06-12 02:13:14 +00:00
{% autoescape off %}
2012-06-20 11:39:21 +00:00
亲爱的 {{ anon_email }}
2012-06-12 02:13:14 +00:00
2012-10-09 06:38:13 +00:00
{{ email }} 在SeaCloud上共享了一个资料库给你请点击以下链接查看
2012-06-12 02:13:14 +00:00
{{ protocol }}://{{ domain }}{% url share.views.anonymous_share_confirm token=token %}
2012-10-09 06:38:13 +00:00
注册后,就可以在首页查看该资料库。感谢使用我们的网站!
2012-06-12 02:13:14 +00:00
Seafile团队
{% endautoescape %}