diff options
| author | Anshul Zilpe <anshulzilpe@gmail.com> | 2025-12-08 23:09:21 +0530 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-05-08 12:45:50 +0200 |
| commit | 8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch) | |
| tree | d9d97b0047985cd857bcc7ed0fb95569db321cae /djangoproject/templates/foundation/meeting_archive_month.html | |
| parent | 2469b99c2217d08c4772578469c6499b3d18ba7c (diff) | |
Add djade linter and format templates.
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 %} |
