diff options
Diffstat (limited to 'hyperkitty/templates/month_view.html')
-rw-r--r-- | hyperkitty/templates/month_view.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index cfdaf8a..71921c8 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -3,6 +3,11 @@ {% load hk_generic %} {% load storm %} + +{% block title %} +{{ month|date:"F Y"|capfirst }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} +{% endblock %} + {% block content %} <div id="month-view"> |