password_reset.html
11 lines
| 340 B
| text/html
|
HtmlLexer
r1717 | ## -*- coding: utf-8 -*- | |||
<%inherit file="main.html"/> | ||||
r3401 | <h4>${_('Hello %s') % user}</h4> | |||
<div>${_('We received a request to create a new password for your account.')}</div> | ||||
<div>${_('You can generate it by clicking following URL')}:</div> | ||||
<pre> | ||||
r1717 | ${reset_url} | |||
r3401 | </pre> | |||
<br/> | ||||
${_("If you did not request new password please ignore this email.")} | ||||