aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/auth')
-rw-r--r--templates/web/default/auth/change_password.html6
-rw-r--r--templates/web/default/auth/general.html2
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/auth/change_password.html b/templates/web/default/auth/change_password.html
index be7c14e43..c10560c3e 100644
--- a/templates/web/default/auth/change_password.html
+++ b/templates/web/default/auth/change_password.html
@@ -7,10 +7,8 @@
[% END %]
-<form action="[% c.uri_for('change_password') %]" method="post" name="change_password">
+<form action="[% c.uri_for('change_password') %]" method="post" name="change_password" class="fieldset">
- <div id="fieldset">
-
[% IF password_error;
errors = {
@@ -35,8 +33,6 @@
<input type="submit" value="[% loc('Change Password') %]">
</div>
- </div>
-
</form>
diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html
index 234aadf52..6c9d4497a 100644
--- a/templates/web/default/auth/general.html
+++ b/templates/web/default/auth/general.html
@@ -54,7 +54,7 @@
<p>[% loc('<strong>No</strong>, I do not, let me sign in by email:') %]</p>
- <div id="fieldset">
+ <div class="fieldset">
<div class="form-field">
<label for="name">[% loc('Your name:') %]</label>
<input type="text" name="name" value="">