Skip to content

Commit

Permalink
Add 2023 Django Developers Survey banner (#1405)
Browse files Browse the repository at this point in the history
* Add 2023 Django Developers Survey banner

* [pre-commit.ci] auto fixes from pre-commit.com hooks
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
glasnt and pre-commit-ci[bot] committed Sep 15, 2023
1 parent 66a6e87 commit fba349e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions djangoproject/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,15 @@
{% block header %}{% endblock %}
</div>
</div>
<div id="billboard">{% block billboard %}{% endblock %}</div>

<div id="billboard">{% block billboard %}
<div class="copy-banner" style="background: #44B78B;text-align:center;padding: 1em 3em;">
<div class="container">
<h1>Please take a few minutes to complete the
<a href="https://surveys.jetbrains.com/s3/django-developers-survey-2023" style="font-weight: bold;">Django Developers Survey 2023</a>.<br>Your feedback will help guide future efforts.
</h1>
</div>
</div>
{% endblock %}</div>
<div class="container {% block layout_class %}{% endblock %}">
<div role="main">

Expand Down

0 comments on commit fba349e

Please sign in to comment.