mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-12-22 09:10:42 +00:00
Add missing @ sign in the reply post form
This commit is contained in:
parent
fcbe489138
commit
0456655fc8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{{if .ReplyContext}}
|
||||
<input type="hidden" name="reply_to_id" value="{{.ReplyContext.InReplyToID}}" />
|
||||
<input type="hidden" name="quickreply" value="{{.ReplyContext.QuickReply}}" />
|
||||
<label for="post-content" class="post-form-title"> Reply to {{.ReplyContext.InReplyToName}} </label>
|
||||
<label for="post-content" class="post-form-title"> Reply to @{{.ReplyContext.InReplyToName}} </label>
|
||||
{{else}}
|
||||
<label for="post-content" class="post-form-title"> New post </label>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue