mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
* Email unregistered user when sharing repo. * Add email to contacts when share repo/file and add group user. * Remove org repo share link.
12 lines
271 B
HTML
12 lines
271 B
HTML
{% autoescape off %}
|
||
亲爱的 {{ to_email }}:
|
||
|
||
{{ user }} 在SeaCloud上共享了一个同步目录给你。注册帐号后请点击以下链接查看:
|
||
|
||
{{ protocol }}://{{ domain }}{% url myhome %}
|
||
|
||
感谢使用我们的网站!
|
||
|
||
Seafile团队
|
||
{% endautoescape %}
|