diff options
author | r <r@freesoftwareextremist.com> | 2019-12-13 20:33:20 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-13 20:33:20 +0000 |
commit | 2495d3389e0489e4d69f9162c989ae10e92b6e6e (patch) | |
tree | 32b3b8423f767cf45dc2a1ea22f7bce7a4e0e64c /templates | |
parent | 9ba666009bc5c67f7c09103393e4142f6739c78d (diff) | |
download | bloat-2495d3389e0489e4d69f9162c989ae10e92b6e6e.tar.gz bloat-2495d3389e0489e4d69f9162c989ae10e92b6e6e.zip |
Use account mentions as default text in replies
Diffstat (limited to 'templates')
-rw-r--r-- | templates/thread.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread.tmpl b/templates/thread.tmpl index ad312df..4bdc2f0 100644 --- a/templates/thread.tmpl +++ b/templates/thread.tmpl @@ -12,7 +12,7 @@ <input type="hidden" name="reply_to_id" value="{{.ReplyToID}}" /> <label for="post-content"> Reply to {{.Status.Account.DisplayName}} </label> <br/> - <textarea id="post-content" name="content" class="post-content" cols="50" rows="5"></textarea> + <textarea id="post-content" name="content" class="post-content" cols="50" rows="5">{{.ReplyContent}}</textarea> <br/> <button type="submit"> Post </button> </form> |