summaryrefslogtreecommitdiff
path: root/templates/changepw/change_other.html
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-17 16:03:55 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-17 16:03:55 +0200
commitb13437cf81b18bb20ac87268c480cefc268a43d0 (patch)
tree560b9551d0030875b92f5d5b7726f0490e8c9c03 /templates/changepw/change_other.html
parent633e5f80cd208aea314b98355f258c23944b13fd (diff)
Layout fix.
Diffstat (limited to 'templates/changepw/change_other.html')
-rw-r--r--templates/changepw/change_other.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/changepw/change_other.html b/templates/changepw/change_other.html
index 5506941..4351b45 100644
--- a/templates/changepw/change_other.html
+++ b/templates/changepw/change_other.html
@@ -15,13 +15,13 @@
<td class="fielderrors">{{ field.errors }}</td>
</tr>
<tr>
- <th class="formlabel">{{ field.label_tag }}:</th>
+ <td class="formlabel">{{ field.label_tag }}:</td>
</tr>
<tr>
<td class="formfield">{{ field }}</td>
</tr>
<tr>
- <input type="submit" value="Submit" />
+ <td class="formbutton"><input type="submit" value="Submit" /></td>
</tr>
{% endfor %}
</table>