1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00
Files
seahub/templates/user_reset_email.html

11 lines
405 B
HTML
Raw Normal View History

2012-11-06 17:22:46 +08:00
{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because staff has reset your password at {{ site_name }}. {% endblocktrans %}
2012-08-16 16:58:28 +08:00
2012-11-06 17:22:46 +08:00
{% blocktrans %}Your new password is {{ password }}, please modify your password as soon as possible.{% endblocktrans %}
2012-08-16 16:58:28 +08:00
2012-11-06 17:22:46 +08:00
{% trans "Thanks for using our site!" %}
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
2012-08-16 16:58:28 +08:00
{% endautoescape %}