aboutsummaryrefslogtreecommitdiff
path: root/templates/followers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/followers.tmpl')
-rw-r--r--templates/followers.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/followers.tmpl b/templates/followers.tmpl
index 8102b26..44a303b 100644
--- a/templates/followers.tmpl
+++ b/templates/followers.tmpl
@@ -5,7 +5,7 @@
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
<div class="pagination">
- {{if .HasNext}}
+ {{if .NextLink}}
<a href="{{.NextLink}}">next</a>
{{end}}
</div>