From e559a8b2c6aea9144528e0078aab2b91241f9460 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 22 Jul 2026 22:31:16 +0500 Subject: [PATCH] Highlight published MAX badges without URLs --- src/vk_parser_app/templates/editor_post.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vk_parser_app/templates/editor_post.html b/src/vk_parser_app/templates/editor_post.html index 96afb52..f4e93b0 100644 --- a/src/vk_parser_app/templates/editor_post.html +++ b/src/vk_parser_app/templates/editor_post.html @@ -51,6 +51,10 @@ {{ pub.label }} + {% elif pub.status == 'published' %} + + {{ pub.label }} + {% else %} {{ pub.label }}