diff --git a/securedrop/journalist_templates/account_edit_hotp_secret.html b/securedrop/journalist_templates/account_edit_hotp_secret.html index e007783cd0..2a68c9e959 100644 --- a/securedrop/journalist_templates/account_edit_hotp_secret.html +++ b/securedrop/journalist_templates/account_edit_hotp_secret.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block tab_title %}{{ gettext('Change Secret') }}{% endblock %} + {% block body %}

{{ gettext('Change Secret') }}

diff --git a/securedrop/journalist_templates/account_new_two_factor.html b/securedrop/journalist_templates/account_new_two_factor.html index 8431eaf16e..508aedeb36 100644 --- a/securedrop/journalist_templates/account_new_two_factor.html +++ b/securedrop/journalist_templates/account_new_two_factor.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block tab_title %}{{ gettext('Enable FreeOTP') }}{% endblock %} + {% block body %} {% if user.is_totp %}

{{ gettext('Enable FreeOTP') }}

diff --git a/securedrop/journalist_templates/admin.html b/securedrop/journalist_templates/admin.html index 3a9a8c4d59..5b2bb98745 100644 --- a/securedrop/journalist_templates/admin.html +++ b/securedrop/journalist_templates/admin.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block tab_title %}{{ gettext('Admin Interface') }}{% endblock %} + {% block body %}

{{ gettext('Admin Interface') }}

diff --git a/securedrop/journalist_templates/admin_add_user.html b/securedrop/journalist_templates/admin_add_user.html index 4e3e14113c..89356527ba 100644 --- a/securedrop/journalist_templates/admin_add_user.html +++ b/securedrop/journalist_templates/admin_add_user.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block tab_title %}{{ gettext('Add User') }}{% endblock %} + {% block body %}