diff --git a/templates/index.html b/templates/index.html index e798b78..ee7a8cb 100755 --- a/templates/index.html +++ b/templates/index.html @@ -41,10 +41,8 @@ {% include 'comments.html' %}

-
{% endfor %} {% include "pagination.html" %} -
{% endblock content %} diff --git a/templates/pagination.html b/templates/pagination.html index 20d50f9..0db81ba 100644 --- a/templates/pagination.html +++ b/templates/pagination.html @@ -1,4 +1,5 @@ {% if DEFAULT_PAGINATION %} +
Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} +
{% endif %}