mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 22:17:59 +00:00
11 lines
405 B
HTML
11 lines
405 B
HTML
{% load i18n %}{% autoescape off %}
|
|
{% blocktrans %}You're receiving this e-mail because staff has reset your password at {{ site_name }}. {% endblocktrans %}
|
|
|
|
{% blocktrans %}Your new password is {{ password }}, please modify your password as soon as possible.{% endblocktrans %}
|
|
|
|
{% trans "Thanks for using our site!" %}
|
|
|
|
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
|
|
|
|
{% endautoescape %}
|