1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 07:10:55 +00:00
seahub/templates/user_add_email.html
2012-06-20 19:39:21 +08:00

20 lines
439 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.

{% autoescape off %}
亲爱的 {{ email }}
{% if org %}
{{ user }} 在 SeaCloud 云存储上将您加入到企业 {{ org.org_name }}
{% else %}
{{ user }} 将您加入 SeaCloud 云存储!
{% endif %}
以下是您的登录信息:
用户名: {{ email }}
密码: {{ password }}
请点击以下链接登录:
{{ protocol }}://{{ domain }}{% url auth_login %}
感谢使用我们的网站!
Seafile团队
{% endautoescape %}