Commit 1f73343ffd6b50cfab02974fba1b66c97086edc1
Exists in
master
and in
30 other branches
Merge branch 'mailinglist_page_title'
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
src/colab-spb-theme-plugin/colab_spb_theme/templates/mailinglist-summary.html
1 | {% extends 'base.html' %} | 1 | {% extends 'base.html' %} |
2 | {% load i18n tz superarchives %} | 2 | {% load i18n tz superarchives %} |
3 | 3 | ||
4 | +{% block title %}{{ mailinglist.name|title }}{% endblock %} | ||
5 | + | ||
4 | {% block main-content %} | 6 | {% block main-content %} |
5 | <div class="colab-content container"> | 7 | <div class="colab-content container"> |
6 | {% block mailinglist_view_title %} | 8 | {% block mailinglist_view_title %} |