summaryrefslogtreecommitdiff
path: root/djangoproject/templates/diversity
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/diversity')
-rw-r--r--djangoproject/templates/diversity/base.html5
-rw-r--r--djangoproject/templates/diversity/changes.html3
-rw-r--r--djangoproject/templates/diversity/index.html2
3 files changed, 6 insertions, 4 deletions
diff --git a/djangoproject/templates/diversity/base.html b/djangoproject/templates/diversity/base.html
index a61f4eba..a9172d22 100644
--- a/djangoproject/templates/diversity/base.html
+++ b/djangoproject/templates/diversity/base.html
@@ -2,11 +2,12 @@
{% load i18n %}
{% block og_title %}{% translate "Django Community Diversity Statement" %}{% endblock %}
+
{% block og_description %}{% translate "We welcome you." %}{% endblock %}
{% block header %}
<p>{% translate "Community Diversity Statement" %}</p>
-{% endblock %}
+{% endblock header %}
{% block content-related %}
<div role="complementary">
@@ -31,6 +32,6 @@
</a>
</p>
</div>
-{% endblock %}
+{% endblock content-related %}
{% block title %}{% translate "Django Community Diversity Statement" %}{% endblock %}
diff --git a/djangoproject/templates/diversity/changes.html b/djangoproject/templates/diversity/changes.html
index 4f8c5428..937b23e9 100644
--- a/djangoproject/templates/diversity/changes.html
+++ b/djangoproject/templates/diversity/changes.html
@@ -2,6 +2,7 @@
{% load date_format i18n %}
{% block title %}{% translate "Django Community Diversity Statement - Changes" %}{% endblock %}
+
{% block og_title %}{% translate "Django Community Diversity Statement - Changes" %}{% endblock %}
{% block content %}
@@ -45,4 +46,4 @@
{% translate "Initial release" %}</a>.</dd>
</dl>
-{% endblock %}
+{% endblock content %}
diff --git a/djangoproject/templates/diversity/index.html b/djangoproject/templates/diversity/index.html
index d5d9c1c6..8f5171c5 100644
--- a/djangoproject/templates/diversity/index.html
+++ b/djangoproject/templates/diversity/index.html
@@ -109,4 +109,4 @@
<a href="mailto:conduct@djangoproject.com">contact us</a>.
{% endblocktranslate %}</p>
-{% endblock %}
+{% endblock content %}