diff options
author | knotteye <knotteye@airmail.cc> | 2021-06-30 18:13:29 -0500 |
---|---|---|
committer | knotteye <knotteye@airmail.cc> | 2021-06-30 18:13:29 -0500 |
commit | 0fdc5e20c4de901d3042d88ae90a29092932ca92 (patch) | |
tree | 718ae122dda4faf79ddff3c29c86205f968ece6f /static/bottom.html | |
parent | 0f7e3a6cf9ef67f7c0f8472925dcd24602224e4c (diff) |
return user to catalog when posting from catalog
Diffstat (limited to 'static/bottom.html')
-rw-r--r-- | static/bottom.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/bottom.html b/static/bottom.html index 28750c8..db9606d 100644 --- a/static/bottom.html +++ b/static/bottom.html @@ -11,6 +11,7 @@ <input type="hidden" id="sendTo" name="sendTo" value="{{ .Board.To }}"> <input type="hidden" id="boardName" name="boardName" value="{{ .Board.Name }}"> <input type="hidden" id="captchaCode" name="captchaCode" value="{{ .Board.CaptchaCode }}"> + <input type="hidden" id="returnTo" name="returnTo" value="{{ .ReturnTo }}"> <input type="checkbox" name="sensitive"><span>Mark attachment as sensitive</span><br><br> <div style="width: 202px; margin: 0 auto; padding-top: 12px;"> <label for="captcha">Captcha:</label><br> |