Files @ 267bb347d68c
Branch filter:

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

Marcin Kuzminski
Added missing __get_cs_or_redirect method for file history.
Fixes issue with displaying a history of file that is not present at tip.
## -*- 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>