comparison 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
comparison
equal deleted inserted replaced
978:6d2239363c81 979:2e026e3053ae
13 </head> 13 </head>
14 <body> 14 <body>
15 <div id="login"> 15 <div id="login">
16 <!-- login --> 16 <!-- login -->
17 <div class="title top-left-rounded-corner top-right-rounded-corner"> 17 <div class="title top-left-rounded-corner top-right-rounded-corner">
18 <h5>${_('Sign In to rhodecode')}</h5> 18 <h5>${_('Sign In to')} ${c.rhodecode_name}</h5>
19 </div> 19 </div>
20 <div class="inner"> 20 <div class="inner">
21 ${h.form(h.url.current(came_from=c.came_from))} 21 ${h.form(h.url.current(came_from=c.came_from))}
22 <div class="form"> 22 <div class="form">
23 <!-- fields --> 23 <!-- fields -->