aboutsummaryrefslogtreecommitdiff
path: root/templates/thread.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-19 15:12:35 +0000
committerr <r@freesoftwareextremist.com>2019-12-19 15:12:35 +0000
commit6e02be73b5ccdd14c4e62952aa2229abad0efb40 (patch)
treed05097e778ac101f307b53303dbf0e3bbc928026 /templates/thread.tmpl
parentd7fc7cf2f5e9c11a401ee34ed498bca762c72b79 (diff)
downloadbloat-6e02be73b5ccdd14c4e62952aa2229abad0efb40.tar.gz
bloat-6e02be73b5ccdd14c4e62952aa2229abad0efb40.zip
Fix reply template
Diffstat (limited to 'templates/thread.tmpl')
-rw-r--r--templates/thread.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/thread.tmpl b/templates/thread.tmpl
index e36c5ea..3ad5dae 100644
--- a/templates/thread.tmpl
+++ b/templates/thread.tmpl
@@ -7,10 +7,10 @@
{{if eq .ID $.ReplyToID}}
<form class="timeline-post-form" action="/post" method="POST" enctype="multipart/form-data">
- <input type="hidden" name="reply_to_id" value="{{.ReplyToID}}" />
- <label for="post-content"> Reply to {{.Status.Account.DisplayName}} </label>
+ <input type="hidden" name="reply_to_id" value="{{$.ReplyToID}}" />
+ <label for="post-content"> Reply to {{.Account.DisplayName}} </label>
<br/>
- <textarea id="post-content" name="content" class="post-content" cols="50" rows="5">{{.ReplyContent}}</textarea>
+ <textarea id="post-content" name="content" class="post-content" cols="50" rows="5">{{$.ReplyContent}}</textarea>
<br/>
Attachments <input id="post-file-picker" type="file" name="attachments" multiple>
<br/>