Browse Source

Dont blurp on users search

Ralfp 12 years ago
parent
commit
c46c0684c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/profiles/list.html

+ 1 - 1
templates/cranefly/profiles/list.html

@@ -89,7 +89,7 @@
 {% endblock %}
 
 {% macro pager() -%}
-{% if pagination['total'] > 1 %}
+{% if pagination and pagination['total'] > 1 %}
 {% if default_rank %}
 <div class="pagination">
   <ul>