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:
parent
4598aced3b
commit
4b0031160e
1 changed files with 1 additions and 1 deletions
|
@ -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 {{.}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue