File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -696,6 +696,7 @@ blockquote {
696
696
697
697
a , h1 a {
698
698
color : $black ;
699
+ font-weight : bold ;
699
700
text-decoration : none ;
700
701
& :hover {
701
702
text-decoration : underline ;
Original file line number Diff line number Diff line change 84
84
elements.
85
85
{% endcomment %}
86
86
87
- < div id ="billboard "> {% block billboard %}{% endblock %}</ div >
87
+ < div id ="billboard ">
88
+ {% block billboard %}
89
+ < div class ="banner ">
90
+ < p >
91
+ Please take a few minutes to complete the
92
+ < a href ="https://jb.gg/asjljo "> 2024 Django Developers Survey</ a > .< br >
93
+ Your feedback will help guide future efforts.
94
+ </ p >
95
+ </ div >
96
+ {% endblock %}
97
+ </ div >
88
98
89
99
< div class ="container {% block layout_class %}{% endblock %} ">
90
100
< div role ="main ">
You can’t perform that action at this time.
0 commit comments