aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/imgs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/imgs.html b/templates/imgs.html
index edbb0fd..2f49cc2 100644
--- a/templates/imgs.html
+++ b/templates/imgs.html
@@ -5,7 +5,7 @@
<noscript>
{{if ne .Data.Page 0}}
{{if ne .Data.UserImpersonation ""}}
- <a href="/imgs?page={{add .Data.Page -1}}&user={{.UserImpersonation}}">Previous page</a>
+ <a href="/imgs?page={{add .Data.Page -1}}&user={{.Data.UserImpersonation}}">Previous page</a>
{{else}}
<a href="/imgs?page={{add .Data.Page -1}}">Previous page</a>
{{end}}