Commit 3922d2663e6a1874ac62e676146cff2b9e8b8739
1 parent
c15889b6
Exists in
master
and in
39 other branches
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,7 +70,7 @@ | ||
| 70 | {% endfor %} | 70 | {% endfor %} |
| 71 | </ul> | 71 | </ul> |
| 72 | 72 | ||
| 73 | - {% if query and page.has_other_pages %} | 73 | + {% if page.has_other_pages %} |
| 74 | <div class="text-center"> | 74 | <div class="text-center"> |
| 75 | <span> | 75 | <span> |
| 76 | {% if page.has_previous %} | 76 | {% if page.has_previous %} |