Files @ c04d1d9b6193
Branch filter:

Location: kallithea/rhodecode/templates/email_templates/password_reset.html - annotation

Marcin Kuzminski
made git refs filter configurable ref issue #797
- default --all was kept and --branches --tags (or even other variations) is possible to use via .ini file
## -*- 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.")}