-
-
-
-
-
- ${h.text('username',class_='focus',size=40)}
-
-
-
-
-
-
-
-
- ${h.password('password',class_='focus',size=40)}
-
-
-
- ##
- ##
- ##
- ##
- ##
- ##
-
- ${h.submit('sign_in','Sign In',class_="ui-button")}
-
+
+
+
+
+
+
+ ${h.text('username',class_='focus',size=40)}
+
+
+
+
+
+
+
+
+ ${h.password('password',class_='focus',size=40)}
-
-
-
- ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
- %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
- /
- ${h.link_to(_("Don't have an account ?"),h.url('register'))}
- %endif
-
+
+
+ ##
+ ##
+ ##
+ ##
+ ##
+ ##
+
+ ${h.submit('sign_in','Sign In',class_="ui-button")}
+
+
+
+
+
+ ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
+ %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
+ /
+ ${h.link_to(_("Don't have an account ?"),h.url('register'))}
+ %endif
+
-
-