summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/user_settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/user_settings.html')
-rw-r--r--apioforum/templates/user_settings.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/apioforum/templates/user_settings.html b/apioforum/templates/user_settings.html
index fdd447f..ad93036 100644
--- a/apioforum/templates/user_settings.html
+++ b/apioforum/templates/user_settings.html
@@ -17,7 +17,9 @@
<p>if you want to change your bio, make sure you check the "change bio?" box.</p>
<label for="do_chbio">change bio?</label>
<input type="checkbox" name="do_chbio" id="do_chbio"><br>
-<textarea class="new-post-box" name="bio">{{user.bio or "hail GEORGE"}}</textarea>
+<textarea class="new-post-box" name="bio" maxlength="4000">
+ {{- user.bio or "hail GEORGE" -}}
+</textarea>
</fieldset>
<p>confirm changes?</p>
<input type="submit" value="confirm">