Skip to content

Commit 42efb4e

Browse files
committed
Added billboard for 2024 developer survey
1 parent c191f01 commit 42efb4e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

djangoproject/scss/_style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ blockquote {
696696

697697
a, h1 a {
698698
color: $black;
699+
font-weight: bold;
699700
text-decoration: none;
700701
&:hover {
701702
text-decoration: underline;

djangoproject/templates/base.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,17 @@
8484
elements.
8585
{% endcomment %}
8686

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>
8898

8999
<div class="container {% block layout_class %}{% endblock %}">
90100
<div role="main">

0 commit comments

Comments
 (0)