summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-19 08:15:41 +0000
committercitrons <citrons>2021-06-19 08:15:41 +0000
commite7f520b6865482cab89b55f70f8c41bec6ca30b3 (patch)
tree416a5f714035725e81828d8f10f1468274c09bfb /apioforum/templates
parentf66dfff19be67a268fc36975a995e206cf41f91b (diff)
minor touches
Diffstat (limited to 'apioforum/templates')
-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">