##// END OF EJS Templates
Second step in two-part process to rename directories....
Second step in two-part process to rename directories. This is the actual directory rename.

File last commit:

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