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 %} 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 %}