1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 14:37:58 +00:00
seahub/templates/user_reset_email.html

11 lines
405 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 staff has reset your password at {{ site_name }}. {% endblocktrans %}
2012-08-16 08:58:28 +00:00
2012-11-06 09:22:46 +00:00
{% blocktrans %}Your new password is {{ password }}, please modify your password as soon as possible.{% endblocktrans %}
2012-08-16 08:58:28 +00:00
2012-11-06 09:22:46 +00:00
{% trans "Thanks for using our site!" %}
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
2012-08-16 08:58:28 +00:00
{% endautoescape %}