view rhodecode/templates/email_templates/password_reset.html @ 3195:a50901f2108d beta

Added repository followers to the get_repo api function result.
author aparkar <aparkar@icloud.com>
date Tue, 22 Jan 2013 11:56:47 +1100
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.")}