1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-30 09:56:23 -07:00

Remove displayed ban ID from ban page

This commit is contained in:
Eggbertx 2025-05-08 19:43:25 -07:00
parent 4598aced3b
commit 4b0031160e

View file

@ -23,7 +23,7 @@
<input type="hidden" name="postid" value="{{.}}" />
<tr><th>Public ban message</th><td><input type="checkbox" name="usebannedmessage"><input type="text" name="bannedmessage" size="44" value="{{$.boardConfig.BanMessage}}" length="30"/></td></tr>
{{- end -}}
<tr><th>Reason {{.ban.ID}}</th><td><textarea name="reason" rows="6" cols="40" placeholder="Message to be displayed to the banned user"></textarea></td></tr>
<tr><th>Reason</th><td><textarea name="reason" rows="6" cols="40" placeholder="Message to be displayed to the banned user"></textarea></td></tr>
<tr><th>Staff note</th><td><textarea name="staffnote" rows="6" cols="40" placeholder="Private note that only staff can see">
{{- with $.postID -}}
Ban placed for post {{.}}