Browse Source

Fix banned user pagination

Fixes #467.
Peter Justin 7 years ago
parent
commit
46ac980a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/management/banned_users.html

+ 1 - 1
flaskbb/templates/management/banned_users.html

@@ -108,7 +108,7 @@
             </div> <!-- end settings content -->
         </div>
         <div class="panel-footer settings-footer">
-            {{ render_pagination(users, url_for('management.users')) }}
+            {{ render_pagination(users, url_for('management.banned_users')) }}
         </div>
     </div>
 </div>