Skip to content

Commit b569dc8

Browse files
fix(Frontend): Fixed Issue #1433 "Wrong arrow when select Community" (#2777)
1 parent ad226ec commit b569dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/community/post_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block page_title %}{{ object.title }} | {{ SITE_INFO.site_name }}{% endblock %}
44
{% block og_title %}{{ object.title }}{% endblock %}
55

6-
{% block body_attributes %}class="python community default-page"{% endblock %}
6+
{% block body_attributes %}class="shop community default-page"{% endblock %}
77

88

99
{% block main-nav_attributes %}community-navigation{% endblock main-nav_attributes %}

templates/community/post_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block page_title %}Our Community | {{ SITE_INFO.site_name }}{% endblock %}
66
{% block og_title %}Our Community{% endblock %}
77

8-
{% block body_attributes %}class="python community"{% endblock %}
8+
{% block body_attributes %}class="shop"{% endblock %}
99

1010

1111
{% block main-nav_attributes %}python-navigation{% endblock main-nav_attributes %}

0 commit comments

Comments
 (0)