view rhodecode/templates/email_templates/password_reset.html @ 3284:c36fee21cd83 beta

quick repo list: public/private icon control should only control icons, not repo visibility
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 18:32:54 +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.")}