Commit 3922d2663e6a1874ac62e676146cff2b9e8b8739

Authored by Luan
1 parent c15889b6

Fixing paginator when no query is given

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/templates/search/search.html
... ... @@ -70,7 +70,7 @@
70 70 {% endfor %}
71 71 </ul>
72 72  
73   - {% if query and page.has_other_pages %}
  73 + {% if page.has_other_pages %}
74 74 <div class="text-center">
75 75 <span>
76 76 {% if page.has_previous %}
... ...