diff options
Diffstat (limited to 'djangoproject/templates/diversity/changes.html')
| -rw-r--r-- | djangoproject/templates/diversity/changes.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 %} |
