diff options
Diffstat (limited to 'djangoproject/templates/fundraising/index.html')
| -rw-r--r-- | djangoproject/templates/fundraising/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/djangoproject/templates/fundraising/index.html b/djangoproject/templates/fundraising/index.html index 6cc16d09..8595b684 100644 --- a/djangoproject/templates/fundraising/index.html +++ b/djangoproject/templates/fundraising/index.html @@ -1,10 +1,12 @@ {% extends 'base.html' %} -{% load fundraising_extras humanize i18n static hosts %} +{% load fundraising_extras hosts humanize i18n static %} {% block title %}{% translate "Support Django" %}{% endblock %} + {% block layout_class %}full-width{% endblock %} {% block og_title %}{% translate "Support Django" %}{% endblock %} + {% block og_description %}{% translate "Support Django development by donating to the Django Software Foundation" %}{% endblock %} {% block header %} @@ -13,7 +15,7 @@ <em>Support Django development</em> by donating to the <em>Django Software Foundation</em>. {% endblocktranslate %} </p> -{% endblock %} +{% endblock header %} {% block billboard %}{% endblock %} @@ -26,7 +28,7 @@ <hr> {% endif %} -{% endblock %} +{% endblock messages %} {% block content %} @@ -247,7 +249,7 @@ {% display_django_heroes %} </div> -{% endblock %} +{% endblock content %} {% block content-extra %} <div class="layout-tertiary" id="about"> @@ -349,4 +351,4 @@ </p> </div> </div> -{% endblock %} +{% endblock content-extra %} |
