##// END OF EJS Templates
Backported fixe for #834 hooks error on remote pulling
Backported fixe for #834 hooks error on remote pulling

File last commit:

r3780:1de8abd9 beta
r3879:51596d9e default
Show More
password_reset.html
11 lines | 340 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<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>
${reset_url}
</pre>
<br/>
${_("If you did not request new password please ignore this email.")}