diff --git a/pylons_app/templates/admin.html b/pylons_app/templates/admin.html --- a/pylons_app/templates/admin.html +++ b/pylons_app/templates/admin.html @@ -1,51 +1,53 @@ ## -*- coding: utf-8 -*- - - - - - - - Mercurial repositories Admin - - - -
- - - - \ No newline at end of file + %else: +
+
+

${_('Login')}

+ ${h.form(h.url.current())} + + + + + + + + + + + + + +
${_('Username')}${h.text('username')}
${_('Password')}${h.text('password')}
${h.submit('login','login')}
+ ${h.end_form()} +
+ %endif + + \ No newline at end of file