changeset 980:01eb7098681e beta

password reset now shares the same application name as other views
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 31 Jan 2011 01:23:31 +0100
parents 2e026e3053ae
children c45c910714e4
files rhodecode/templates/password_reset.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/password_reset.html	Mon Jan 31 01:22:22 2011 +0100
+++ b/rhodecode/templates/password_reset.html	Mon Jan 31 01:23:31 2011 +0100
@@ -15,7 +15,7 @@
 		<div id="register">
 			
 			<div class="title top-left-rounded-corner top-right-rounded-corner">
-				<h5>${_('Reset You password to rhodecode')}</h5>
+				<h5>${_('Reset You password to')} ${c.rhodecode_name}</h5>
 			</div>
 			<div class="inner">
 			    ${h.form(url('password_reset'))}