diff --git a/rhodecode/templates/files/diff_2way.html b/rhodecode/templates/files/diff_2way.html
--- a/rhodecode/templates/files/diff_2way.html
+++ b/rhodecode/templates/files/diff_2way.html
@@ -4,11 +4,11 @@
<%namespace name="diff_block" file="/changeset/diff_block.html"/>
<%def name="js_extra()">
-
+
%def>
<%def name="css_extra()">
-
+
%def>
<%def name="title()">
diff --git a/rhodecode/templates/login.html b/rhodecode/templates/login.html
--- a/rhodecode/templates/login.html
+++ b/rhodecode/templates/login.html
@@ -14,7 +14,7 @@
%if c.rhodecode_name:
${h.branding(c.rhodecode_name)}
@@ -25,7 +25,7 @@
-
+
<%block name="above_login_button" />
@@ -59,7 +59,7 @@
${h.link_to(_('Forgot your password?'), h.route_path('reset_password'))}
-
+
${h.submit('sign_in', _('Sign In'), class_="btn sign-in")}
diff --git a/rhodecode/templates/password_reset.html b/rhodecode/templates/password_reset.html
--- a/rhodecode/templates/password_reset.html
+++ b/rhodecode/templates/password_reset.html
@@ -14,7 +14,7 @@
%if c.rhodecode_name:
${h.branding(c.rhodecode_name)}
@@ -25,9 +25,9 @@
-
+
-
+
<%include file="/base/flash_msg.html"/>
diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html
--- a/rhodecode/templates/register.html
+++ b/rhodecode/templates/register.html
@@ -14,7 +14,7 @@
${h.link_to(_('Forgot your password?'), h.route_path('reset_password'))} -
+ ${h.submit('sign_in', _('Sign In'), class_="btn sign-in")} diff --git a/rhodecode/templates/password_reset.html b/rhodecode/templates/password_reset.html --- a/rhodecode/templates/password_reset.html +++ b/rhodecode/templates/password_reset.html @@ -14,7 +14,7 @@