aboutsummaryrefslogtreecommitdiff
path: root/static/top.html
diff options
context:
space:
mode:
authorknotteye <knotteye@airmail.cc>2021-06-30 18:13:29 -0500
committerknotteye <knotteye@airmail.cc>2021-06-30 18:13:29 -0500
commit0fdc5e20c4de901d3042d88ae90a29092932ca92 (patch)
tree718ae122dda4faf79ddff3c29c86205f968ece6f /static/top.html
parent0f7e3a6cf9ef67f7c0f8472925dcd24602224e4c (diff)
return user to catalog when posting from catalog
Diffstat (limited to 'static/top.html')
-rw-r--r--static/top.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/top.html b/static/top.html
index e2612e8..e55ce89 100644
--- a/static/top.html
+++ b/static/top.html
@@ -24,6 +24,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="file" id="file" name="file" {{ if gt $len 1 }} required {{ else }} {{ if eq $len 0 }} required {{ end }} {{ end }} ><br><br>
<input type="checkbox" name="sensitive"><span>Mark attachment as sensitive</span><br><br>
<label stye="display: inline-block;" for="captcha">Captcha:</label>