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