@@ -42,14 +42,14 @@
${h.password('password',class_='focus',size=40)}
-
+
- ##
- ##
- ##
- ##
- ##
- ##
+
+
+
+
+
+
${h.submit('sign_in',_('Sign In'),class_="ui-button")}
@@ -59,7 +59,7 @@
${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