Commit 9d8238489a65d9887ec83a09c5e454937965eec6
1 parent
3bce4297
Exists in
master
and in
39 other branches
Reorganizing <title>
Showing
5 changed files
with
9 additions
and
2 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
src/planet/templates/feedzilla/base.html
1 | {% extends 'base.html' %} | 1 | {% extends 'base.html' %} |
2 | {% load i18n feedzilla_tags %} | 2 | {% load i18n feedzilla_tags %} |
3 | 3 | ||
4 | +{% block title %}Blogs{% endblock %} | ||
5 | + | ||
4 | {% block main-content %} | 6 | {% block main-content %} |
5 | <h2>{% trans 'Community Blogs' %}</h2> | 7 | <h2>{% trans 'Community Blogs' %}</h2> |
6 | <hr/> | 8 | <hr/> |
src/super_archives/templates/superarchives/thread-dashboard.html
1 | {% extends 'base.html' %} | 1 | {% extends 'base.html' %} |
2 | {% load i18n %} | 2 | {% load i18n %} |
3 | 3 | ||
4 | +{% block title %}{% trans 'Groups'|title %}{% endblock %} | ||
5 | + | ||
4 | {% block main-content %} | 6 | {% block main-content %} |
5 | <h2>{% trans 'Groups'|title %}</h2> | 7 | <h2>{% trans 'Groups'|title %}</h2> |
6 | <hr/> | 8 | <hr/> |
@@ -9,7 +11,7 @@ | @@ -9,7 +11,7 @@ | ||
9 | {% if latest or most_relevant %} | 11 | {% if latest or most_relevant %} |
10 | <h3 class="text-center"><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3> | 12 | <h3 class="text-center"><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3> |
11 | <hr/> | 13 | <hr/> |
12 | - | 14 | + |
13 | <div class="row"> | 15 | <div class="row"> |
14 | <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> | 16 | <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> |
15 | <h4>{% trans 'latest'|title %}</h4> | 17 | <h4>{% trans 'latest'|title %}</h4> |
src/templates/base.html
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | {% endif %} | 11 | {% endif %} |
12 | {% endblock %} | 12 | {% endblock %} |
13 | 13 | ||
14 | - <title>Colab - {% block title %}Colab{% endblock %}</title> | 14 | + <title>{% block title %}Colab{% endblock %} - Colab</title> |
15 | 15 | ||
16 | <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico"> | 16 | <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico"> |
17 | 17 |
src/templates/home.html