aboutsummaryrefslogtreecommitdiff
path: root/templates/requestlist.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/requestlist.tmpl')
-rw-r--r--templates/requestlist.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/requestlist.tmpl b/templates/requestlist.tmpl
index 232b56d..eec75f2 100644
--- a/templates/requestlist.tmpl
+++ b/templates/requestlist.tmpl
@@ -16,11 +16,13 @@
</div>
<form class="d-inline" action="/accept/{{.ID}}" method="post" target="_self">
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
+ <input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}">
<input type="submit" value="accept" class="btn-link">
</form>
-
<form class="d-inline" action="/reject/{{.ID}}" method="post" target="_self">
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
+ <input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}">
<input type="submit" value="reject" class="btn-link">
</form>
</div>