diff --git a/templates/index_macros.html b/templates/index_macros.html index 93cd69d..563256c 100644 --- a/templates/index_macros.html +++ b/templates/index_macros.html @@ -29,12 +29,16 @@ {% if paginator.previous %} « Previous + {% else %} + « Previous {% endif %} Page {{ paginator.current_index }} of {{ paginator.number_pagers }} {% if paginator.next %} Next » + {% else %} + Next » {% endif %}