diff --git a/apps/groups/templates/groups/index.html b/apps/groups/templates/groups/index.html index 65791971a..a0041392b 100644 --- a/apps/groups/templates/groups/index.html +++ b/apps/groups/templates/groups/index.html @@ -1,5 +1,6 @@ {% extends "base.html" %} +{% block page_title %}{{ _('Group Listing') }}{% endblock %} {% block body_id %}group-index{% endblock %} {% block body_classes %}box-content{% endblock %} diff --git a/apps/groups/templates/groups/show.html b/apps/groups/templates/groups/show.html index ea40ab3e0..cd03fab0a 100644 --- a/apps/groups/templates/groups/show.html +++ b/apps/groups/templates/groups/show.html @@ -1,5 +1,8 @@ {% extends "base.html" %} +{% block page_title %} + {% trans name=group.name %}Users in Group "{{ name }}"{% endtrans %} +{% endblock %} {% block body_id %}group-show{% endblock %} {% block body_classes %} box-content search-page group-name-{{ group.name }} diff --git a/apps/phonebook/templates/phonebook/about.html b/apps/phonebook/templates/phonebook/about.html index 15f91b24c..cc065a839 100644 --- a/apps/phonebook/templates/phonebook/about.html +++ b/apps/phonebook/templates/phonebook/about.html @@ -40,36 +40,37 @@

{{ _('About Mozillians') }}

-
-

{{ _('Privacy First') }}

+
+

{{ _('Privacy First') }}

-

- {% trans locale=LANG %} +

+ {% trans locale=LANG %} Privacy has been an important part of this directory from the very beginning. We want to make sure we provide Mozillians with the best - experience possible, from the way the site is built to the way we vouch - for new users before they can access data that should only be available - to other Mozillians. Read our + experience possible, from the way the site is built to the way we + vouch for new users before they can access data that should only be + available to other Mozillians. Read our Privacy Policy for more information. - {% endtrans %} -

-
+ {% endtrans %} +

+
-
-

{{ _('Get Involved') }}

+
+

{{ _('Get Involved') }}

-

- {% trans %} - The community directory is also a community project and you are welcome - to get involved to help us make it even better or to integrate it into - other community tools. Get in touch with us on the +

+ {% trans %} + The community directory is also a community project and you are + welcome to get involved to help us make it even better or to + integrate it into other community tools. Get in touch with us on the Mozillians forums to learn how. - {% endtrans %} -

-
-
+ {% endtrans %} +

+
+ +
{% endblock %} diff --git a/apps/phonebook/templates/phonebook/confirm_delete.html b/apps/phonebook/templates/phonebook/confirm_delete.html index 240d7561a..2210a0c71 100644 --- a/apps/phonebook/templates/phonebook/confirm_delete.html +++ b/apps/phonebook/templates/phonebook/confirm_delete.html @@ -1,4 +1,6 @@ {% extends "base.html" %} + +{% block page_title %}{{ _('Confirm Profile Deletion') }}{% endblock %} {% block body_id %}confirm-delete{% endblock %} {% block body_classes %}box-content{% endblock %} diff --git a/apps/phonebook/templates/phonebook/confirm_register.html b/apps/phonebook/templates/phonebook/confirm_register.html index 432331ed0..449f1b3ce 100644 --- a/apps/phonebook/templates/phonebook/confirm_register.html +++ b/apps/phonebook/templates/phonebook/confirm_register.html @@ -1,7 +1,7 @@ {% extends "base.html" %} -{% block page_title %}{{ _('Register, Step 3 — - Get Vouched') }}{% endblock %} +{% block page_title %}{{ _('Get Vouched') }}{% endblock %} +{% block body_id %}get-vouched{% endblock %} {% block body_classes %}box-content{% endblock %} {% block main_content %} @@ -16,15 +16,11 @@

{% trans profile=url('profile', user.ldap_user.attrs.uniqueIdentifier[0]) %} To get full access to search for and invite other Mozillians you'll - need to have - your profile - vouched for by someone who already has an - account. + need to have your profile vouched for by + someone who already has an account. - Please send - your profile - to a Mozillian who is familiar with your contributions and ask them to - vouch for you. + Please send your profile to a Mozillian who + is familiar with your contributions and ask them to vouch for you. {% endtrans %}

{% endblock %}