Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2023
1 parent fc08bd1 commit 17753e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions djangoproject/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
</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 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>
</div>
{% endblock %}</div>
<div class="container {% block layout_class %}{% endblock %}">
<div role="main">
Expand Down

0 comments on commit 17753e7

Please sign in to comment.