1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 22:17:59 +00:00
seahub/templates/shared_link_email.html

12 lines
377 B
HTML
Raw Normal View History

2012-11-06 09:22:46 +00:00
{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because {{ email }} is sharing a file to you on {{ site_name }}.{% endblocktrans%}
2012-11-06 09:22:46 +00:00
{% trans "Please go to the following page and view the file:" %}
{{ file_shared_link }}
2012-11-06 09:22:46 +00:00
{% trans "Thanks for using our site!" %}
2012-11-06 09:22:46 +00:00
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
{% endautoescape %}