view rhodecode/templates/email_templates/password_reset.html @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:49:59 +0100
parents 294413a5f11d
children 5c310b7b01ce
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

${_('Hello')} ${user}

${_('We received a request to create a new password for your account.')}

${_('You can generate it by clicking following URL')}:

${reset_url}

${_("If you didn't request new password please ignore this email.")}