diff options
Diffstat (limited to 'djangoproject/templates/conduct/index.html')
| -rw-r--r-- | djangoproject/templates/conduct/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/djangoproject/templates/conduct/index.html b/djangoproject/templates/conduct/index.html index 72c70d52..24c9b026 100644 --- a/djangoproject/templates/conduct/index.html +++ b/djangoproject/templates/conduct/index.html @@ -4,6 +4,7 @@ {% block title %}{% translate "Django Code of Conduct" %}{% endblock %} {% block og_title %}{% translate "Django Code of Conduct" %}{% endblock %} + {% block og_description %}{% translate "Some ground rules for the community" %}{% endblock %} {% block content %} @@ -558,4 +559,4 @@ {% endblocktranslate %} </p> -{% endblock %} +{% endblock content %} |
