summaryrefslogtreecommitdiff
path: root/djangoproject/templates/fundraising
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/fundraising')
-rw-r--r--djangoproject/templates/fundraising/index.html12
-rw-r--r--djangoproject/templates/fundraising/manage-donations.html4
-rw-r--r--djangoproject/templates/fundraising/thank-you.html2
3 files changed, 10 insertions, 8 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 %}
diff --git a/djangoproject/templates/fundraising/manage-donations.html b/djangoproject/templates/fundraising/manage-donations.html
index 8812087b..b7b23fd1 100644
--- a/djangoproject/templates/fundraising/manage-donations.html
+++ b/djangoproject/templates/fundraising/manage-donations.html
@@ -10,7 +10,7 @@
<hr aria-hidden="true" />
{% endif %}
-{% endblock %}
+{% endblock messages %}
{% block content %}
@@ -83,6 +83,6 @@
{% endfor %}
</ul>
{% endif %}
-{% endblock %}
+{% endblock content %}
{% block content-extra %}{% endblock %}
diff --git a/djangoproject/templates/fundraising/thank-you.html b/djangoproject/templates/fundraising/thank-you.html
index 2c0a2518..af7a7b76 100644
--- a/djangoproject/templates/fundraising/thank-you.html
+++ b/djangoproject/templates/fundraising/thank-you.html
@@ -41,6 +41,6 @@
{% endblocktranslate %}
</p>
-{% endblock %}
+{% endblock content %}
{% block content-extra %}{% endblock %}