From 0456655fc8cdc6a2fed2888a14efaed65e3b7738 Mon Sep 17 00:00:00 2001
From: r <r@freesoftwareextremist.com>
Date: Tue, 10 May 2022 17:29:09 +0000
Subject: Add missing @ sign in the reply post form

---
 templates/postform.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates')

diff --git a/templates/postform.tmpl b/templates/postform.tmpl
index 35171a4..0af50fb 100644
--- a/templates/postform.tmpl
+++ b/templates/postform.tmpl
@@ -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}}
-- 
cgit v1.2.3