summaryrefslogtreecommitdiff
path: root/djangoproject/templates/foundation/meeting_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/foundation/meeting_detail.html')
-rw-r--r--djangoproject/templates/foundation/meeting_detail.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/djangoproject/templates/foundation/meeting_detail.html b/djangoproject/templates/foundation/meeting_detail.html
index 8f767b8e..bbd67600 100644
--- a/djangoproject/templates/foundation/meeting_detail.html
+++ b/djangoproject/templates/foundation/meeting_detail.html
@@ -2,6 +2,7 @@
{% load i18n %}
{% block og_title %}{% blocktranslate %}Meeting minutes: {{ meeting }}{% endblocktranslate %}{% endblock %}
+
{% block og_description %}{% blocktranslate %}Meeting minutes for {{ meeting }}{% endblocktranslate %}{% endblock %}
{% block content %}
@@ -103,4 +104,4 @@
{% endfor %}
</ul>
{% endif %}
-{% endblock %}
+{% endblock content %}