Files @ 600ffde2634c
Branch filter:

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

Marcin Kuzminski
changelog pagination with branch filtering now uses
common logic that non branch filtered version.
- introduced CollectionGenerator object as a helper for
achieving abstraction layer on top of filtered results
## -*- 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.")}