From f9076adf96f093ed3a02e094e4f8a9c9afc421f8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 Jul 2026 01:00:04 +0500 Subject: [PATCH] fix: pagination in editor --- src/vk_parser_app/templates/editor_content.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vk_parser_app/templates/editor_content.html b/src/vk_parser_app/templates/editor_content.html index d445f26..3eca66f 100644 --- a/src/vk_parser_app/templates/editor_content.html +++ b/src/vk_parser_app/templates/editor_content.html @@ -109,15 +109,15 @@ {% if pagination.pages > 1 %}
- - + + {{ pagination.page }} из {{ pagination.pages }} - - + +
{% endif %}