diff rhodecode/templates/login.html @ 979:2e026e3053ae beta

login page and registration page now share the same application name as other views
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 31 Jan 2011 01:22:22 +0100
parents 6b40654afa1e
children 4aae6bb81005
line wrap: on
line diff
--- a/rhodecode/templates/login.html	Sun Jan 30 23:36:17 2011 +0100
+++ b/rhodecode/templates/login.html	Mon Jan 31 01:22:22 2011 +0100
@@ -15,7 +15,7 @@
 <div id="login">
             <!-- login -->
             <div class="title top-left-rounded-corner top-right-rounded-corner">
-                <h5>${_('Sign In to rhodecode')}</h5>
+                <h5>${_('Sign In to')} ${c.rhodecode_name}</h5>
             </div>
             <div class="inner">            
                 ${h.form(h.url.current(came_from=c.came_from))}