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