view rhodecode/templates/email_templates/registration.html @ 3665:690a955ba785 beta

use placeholders in qfilter, not the ugly JS logic
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 13:18:24 +0200
parents 400ca827f2c5
children 1de8abd9a4e1
line wrap: on
line source

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

${_('A new user have registered in RhodeCode')}

${body}


${_('View this user here')}: ${registered_user_url}