diff options
Diffstat (limited to 'djangoproject/templates/conduct/enforcement.html')
| -rw-r--r-- | djangoproject/templates/conduct/enforcement.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/djangoproject/templates/conduct/enforcement.html b/djangoproject/templates/conduct/enforcement.html index 6db9cc17..6880168e 100644 --- a/djangoproject/templates/conduct/enforcement.html +++ b/djangoproject/templates/conduct/enforcement.html @@ -4,6 +4,7 @@ {% block title %}{% translate "Django Code of Conduct - Enforcement Manual" %}{% endblock %} {% block og_title %}{% translate "Django Code of Conduct - Enforcement Manual" %}{% endblock %} + {% block og_description %}{% translate "This is the enforcement manual followed by Django's Code of Conduct working group" %}{% endblock %} {% block content %} @@ -14,4 +15,4 @@ This manual has moved to <a href="https://github.com/django/code-of-conduct/blob/main/working-group-manual.md"> GitHub</a>. Please see the latest version there.{% endblocktranslate %} </h2> -{% endblock %} +{% endblock content %} |
