# HG changeset patch # User Marcin Kuzminski # Date 2011-01-31 00:22:22 # Node ID 2e026e3053aefb128ddca7cdec2444d2310a1f44 # Parent 6d2239363c817d9c3591a61ea63b2c7f94aa1da2 login page and registration page now share the same application name as other views diff --git a/rhodecode/templates/login.html b/rhodecode/templates/login.html --- a/rhodecode/templates/login.html +++ b/rhodecode/templates/login.html @@ -15,7 +15,7 @@
-
${_('Sign In to rhodecode')}
+
${_('Sign In to')} ${c.rhodecode_name}
${h.form(h.url.current(came_from=c.came_from))} diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html --- a/rhodecode/templates/register.html +++ b/rhodecode/templates/register.html @@ -15,7 +15,7 @@
-
${_('Sign Up to RhodeCode')}
+
${_('Sign Up to')} ${c.rhodecode_name}
${h.form(url('register'))}