summaryrefslogtreecommitdiff
path: root/djangoproject/templates/fundraising/index.html
diff options
context:
space:
mode:
authorAnshul Zilpe <anshulzilpe@gmail.com>2025-12-08 23:09:21 +0530
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-08 12:45:50 +0200
commit8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch)
treed9d97b0047985cd857bcc7ed0fb95569db321cae /djangoproject/templates/fundraising/index.html
parent2469b99c2217d08c4772578469c6499b3d18ba7c (diff)
Add djade linter and format templates.
Diffstat (limited to 'djangoproject/templates/fundraising/index.html')
-rw-r--r--djangoproject/templates/fundraising/index.html12
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 %}