X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5c27752e396ef1b6e794a489b577b0f7be3126b6..6cd737751ed8356f2845aee6c195c8ef354d06fb:/forum/skins/default/templates/paginator/page_numbers.html diff --git a/forum/skins/default/templates/paginator/page_numbers.html b/forum/skins/default/templates/paginator/page_numbers.html index 50e5252..9d4fab7 100644 --- a/forum/skins/default/templates/paginator/page_numbers.html +++ b/forum/skins/default/templates/paginator/page_numbers.html @@ -1,7 +1,7 @@ {% spaceless %} {% load i18n %} -
+

{% if has_previous %} « {% trans "previous" %} {% endif %} @@ -9,9 +9,9 @@ {% if range %} {% for num, url in range %} {% ifequal num current %} - {{ num }} + {{ num }} {% else %} - {{ num }} + {{ num }} {% endifequal %} {% endfor %} {% else %} @@ -19,7 +19,7 @@ {% endif %} {% endfor %} {% if has_next %} - {% trans "next page" %} » + {% trans "next" %} » {% endif %} -

+

{% endspaceless %} \ No newline at end of file