From ab84fb71d6d79c9affff251450d7e801f3677e41 Mon Sep 17 00:00:00 2001 From: Sohan Shanbhag Date: Thu, 18 Sep 2025 23:42:01 +0530 Subject: [PATCH 1/2] Fixed the Issue Wrong arrow when select Comunity #1433 --- templates/community/post_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/community/post_list.html b/templates/community/post_list.html index 627fd2912..b5e10bfe5 100644 --- a/templates/community/post_list.html +++ b/templates/community/post_list.html @@ -5,7 +5,7 @@ {% block page_title %}Our Community | {{ SITE_INFO.site_name }}{% endblock %} {% block og_title %}Our Community{% endblock %} -{% block body_attributes %}class="python community"{% endblock %} +{% block body_attributes %}class="shop"{% endblock %} {% block main-nav_attributes %}python-navigation{% endblock main-nav_attributes %} From 5c4f882a9713e51e7cb6c26433fab56369f2e74e Mon Sep 17 00:00:00 2001 From: Sohan Shanbhag Date: Fri, 19 Sep 2025 00:21:02 +0530 Subject: [PATCH 2/2] Fixed the Issue Wrong arrow when select Comunity #1433 for the subpages also --- templates/community/post_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/community/post_detail.html b/templates/community/post_detail.html index ccd29d77c..502b49a43 100644 --- a/templates/community/post_detail.html +++ b/templates/community/post_detail.html @@ -3,7 +3,7 @@ {% block page_title %}{{ object.title }} | {{ SITE_INFO.site_name }}{% endblock %} {% block og_title %}{{ object.title }}{% endblock %} -{% block body_attributes %}class="python community default-page"{% endblock %} +{% block body_attributes %}class="shop community default-page"{% endblock %} {% block main-nav_attributes %}community-navigation{% endblock main-nav_attributes %}