aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2023-01-27 10:48:05 +0100
committerJulian Hurst <ark@mansus.space>2023-01-27 10:48:05 +0100
commit3d6d4339a88fa7625c18863359ce02df58016c89 (patch)
tree86ed286fb46cabe6a98a0921d8ce9c0f07f34825 /templates
parenta750eb975b04a45ace998415cc1e0c179f9fde70 (diff)
downloaddocspace-3d6d4339a88fa7625c18863359ce02df58016c89.tar.gz
Fix imgs.html
Diffstat (limited to 'templates')
-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}}