Changeset - 01eb7098681e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-31 01:23:31
marcin@python-works.com
password reset now shares the same application name as other views
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/password_reset.html
Show inline comments
 
@@ -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'))}
0 comments (0 inline, 0 general)