X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/592c9401b18118e01de250d44878b9289b138f9c..fd1a9915dd65789cccf27041a1f01cd4077273fc:/src/wolnelektury/templates/2022/paginate.html diff --git a/src/wolnelektury/templates/2022/paginate.html b/src/wolnelektury/templates/2022/paginate.html new file mode 100644 index 000000000..79ac19137 --- /dev/null +++ b/src/wolnelektury/templates/2022/paginate.html @@ -0,0 +1,27 @@ +{% if is_paginated %} +
+ {% if page_obj.has_previous %} + + + + {% endif %} + + {% if page_obj.has_next %} + + + + {% endif %} +
+{% endif %}