diff options
author | FChannel <> | 2021-05-30 21:40:04 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-30 21:40:04 -0700 |
commit | caa24b5f43709f3201faf0eabf2ac7afcdee17f7 (patch) | |
tree | d9395c0071fa0ee5fd73177cc944145a353a4c10 /static/bottom.html | |
parent | 869b0262ac1c69fe41cc8d6bc59bd47f6e48f685 (diff) |
more route redirection cleanup
Diffstat (limited to 'static/bottom.html')
-rw-r--r-- | static/bottom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/bottom.html b/static/bottom.html index c058b14..8774419 100644 --- a/static/bottom.html +++ b/static/bottom.html @@ -29,7 +29,7 @@ <input id="report-submit" type="submit" value="Report" style="float: right;"> <input type="hidden" id="report-inReplyTo-box" name="id" value="{{ .Board.InReplyTo }}"> <input type="hidden" id="sendTo" name="sendTo" value="{{ .Board.To }}"> - <input type="hidden" id="boardName" name="boardName" value="{{ .Board.Name }}"> + <input type="hidden" id="boardName" name="board" value="{{ .Board.Name }}"> <input type="hidden" name="close" value="0"> <input type="hidden" id="captchaCode" name="captchaCode" value="{{ .Board.CaptchaCode }}"> <div style="width: 202px; margin: 0 auto; padding-top: 12px;"> |