mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 14:08:12 +00:00
12 lines
377 B
HTML
12 lines
377 B
HTML
{% load i18n %}{% autoescape off %}
|
|
{% blocktrans %}You're receiving this e-mail because {{ email }} is sharing a file to you on {{ site_name }}.{% endblocktrans%}
|
|
|
|
{% trans "Please go to the following page and view the file:" %}
|
|
{{ file_shared_link }}
|
|
|
|
{% trans "Thanks for using our site!" %}
|
|
|
|
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
|
|
|
|
{% endautoescape %}
|