password_reset.html
12 lines
| 291 B
| text/html
|
HtmlLexer
r1717 | ## -*- coding: utf-8 -*- | |||
<%inherit file="main.html"/> | ||||
r3054 | ${_('Hello')} ${user} | |||
r1717 | ||||
r3054 | ${_('We received a request to create a new password for your account.')} | |||
r1717 | ||||
r3054 | ${_('You can generate it by clicking following URL')}: | |||
r1717 | ||||
${reset_url} | ||||
r3058 | ${_("If you didn't request new password please ignore this email.")} | |||