diff --git a/src/accounts/templates/accounts/user_detail.html b/src/accounts/templates/accounts/user_detail.html index 4a92fb9..86e5ce4 100644 --- a/src/accounts/templates/accounts/user_detail.html +++ b/src/accounts/templates/accounts/user_detail.html @@ -2,6 +2,7 @@ {% load i18n gravatar i18n_model %} +{% block title %}Perfil{% endblock %} {% block head_js %} {% trans "Messages" as group_collabs %} diff --git a/src/planet/templates/feedzilla/base.html b/src/planet/templates/feedzilla/base.html index 55d0fbb..79c2574 100644 --- a/src/planet/templates/feedzilla/base.html +++ b/src/planet/templates/feedzilla/base.html @@ -1,6 +1,8 @@ {% extends 'base.html' %} {% load i18n feedzilla_tags %} +{% block title %}Blogs{% endblock %} + {% block main-content %}

{% trans 'Community Blogs' %}


diff --git a/src/super_archives/templates/superarchives/thread-dashboard.html b/src/super_archives/templates/superarchives/thread-dashboard.html index e51b56f..ad36810 100644 --- a/src/super_archives/templates/superarchives/thread-dashboard.html +++ b/src/super_archives/templates/superarchives/thread-dashboard.html @@ -1,6 +1,8 @@ {% extends 'base.html' %} {% load i18n %} +{% block title %}{% trans 'Groups'|title %}{% endblock %} + {% block main-content %}

{% trans 'Groups'|title %}


@@ -9,7 +11,7 @@ {% if latest or most_relevant %}

{{ listname|title }} {% if description %} ({{ description }}){% endif %}


- +

{% trans 'latest'|title %}

diff --git a/src/templates/base.html b/src/templates/base.html index 7999fdd..f65e9f9 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -11,7 +11,7 @@ {% endif %} {% endblock %} - Colab - {% block title %}Colab{% endblock %} + {% block title %}Colab{% endblock %} - Colab diff --git a/src/templates/home.html b/src/templates/home.html index 7561544..dee8081 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load i18n %} +{% block title %}Home{% endblock %} + {% block head_js %} {% trans "Contributions" as collabs_name %} -- libgit2 0.21.2