summaryrefslogtreecommitdiff
path: root/templates/changepw
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-25 11:34:30 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-25 11:34:30 +0200
commita3f00bfc357b07d67f42a4234fa491623b004689 (patch)
treea8141f0128b32daf05c613ec299d40aea15da2e6 /templates/changepw
parent886180ff618f9ee6ec62e13faba63c05a7c52118 (diff)
Added *args to change_other. Changed default lenght of reset password to 10.
Diffstat (limited to 'templates/changepw')
-rw-r--r--templates/changepw/change_other.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/changepw/change_other.html b/templates/changepw/change_other.html
index c3fa637..2131ea4 100644
--- a/templates/changepw/change_other.html
+++ b/templates/changepw/change_other.html
@@ -11,7 +11,7 @@
<td class="formlabel">Input:</td>
</tr>
<tr>
- <td class="formfield"><input type="textarea" name="input" /></td>
+ <td class="formfield"><textarea name="input" cols="50" rows="10"></textarea></td>
</tr>
<tr>
<td class="formbutton"><input type="submit" value="Submit" /></td>