Skip to content

Commit

Permalink
Revert "Add 2023 Django Developers Survey banner (#1405)" (#1426)
Browse files Browse the repository at this point in the history
This reverts commit fba349e.
  • Loading branch information
glasnt authored Nov 2, 2023
1 parent 923dd69 commit a4799dc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions djangoproject/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,8 @@
{% block header %}{% endblock %}
</div>
</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 id="billboard">{% block billboard %}{% endblock %}</div>

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

Expand Down

0 comments on commit a4799dc

Please sign in to comment.