Skip to content

Commit 3a5236f

Browse files
committed
Fixed missing styling of forum/discord logos on homepage
The logos were added in 2b9b50a but a class was missing on the main container.
1 parent 5113b71 commit 3a5236f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangoproject/templates/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% block sectionid %}homepage{% endblock %}
55
{% block body_class %}homepage{% endblock %}
6-
{% block layout_class %}sidebar-right{% endblock %}
6+
{% block layout_class %}column-container sidebar-right{% endblock %}
77

88
{% block header %}
99
<h1 class="visuallyhidden">Django</h1>

0 commit comments

Comments
 (0)