diff options
Diffstat (limited to 'djangoproject/templates/foundation/meeting_archive_month.html')
| -rw-r--r-- | djangoproject/templates/foundation/meeting_archive_month.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/djangoproject/templates/foundation/meeting_archive_month.html b/djangoproject/templates/foundation/meeting_archive_month.html index 9c8ac61c..720d921e 100644 --- a/djangoproject/templates/foundation/meeting_archive_month.html +++ b/djangoproject/templates/foundation/meeting_archive_month.html @@ -2,6 +2,7 @@ {% load i18n %} {% block og_title %}{% translate "Meeting minutes archive" %}{% endblock %} + {% block og_description %}{% blocktranslate with month=month|date:"F, Y" %}View meeting minutes for {{ month }}{% endblocktranslate %}{% endblock %} {% block content %} @@ -12,4 +13,4 @@ <li><a href="{{ meeting.get_absolute_url }}">{{ meeting }}</a></li> {% endfor %} </ul> -{% endblock %} +{% endblock content %} |
