Commit 983e8086933f6a48e74d5a6b51a652205f529582
1 parent
59244108
Exists in
stable-4.x
Page title and some padding top
Signed-off-by: Carlos Coêlho <carlospecter@gmail.com> (cherry picked from commit 3a4e645733c7282a4fb85c5557d7b13bfecd166a)
Showing
2 changed files
with
3 additions
and
1 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 %} |