diff --git a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 index 63a503ef8d7..d558150d925 100644 --- a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 +++ b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 @@ -263,7 +263,6 @@ /var/www/securedrop/static/i/font-awesome/refresh-blue.png r, /var/www/securedrop/static/i/font-awesome/refresh-white.png r, /var/www/securedrop/static/i/font-awesome/times-white.png r, - /var/www/securedrop/static/i/font-awesome/trash-black.png r, /var/www/securedrop/static/i/font-awesome/white/exclamation-circle.svg r, /var/www/securedrop/static/i/font-awesome/white/guard.svg r, /var/www/securedrop/static/i/hand_with_fingerprint.png r, @@ -281,7 +280,12 @@ /var/www/securedrop/static/i/tipbox/tipbox-hed-submit3.png r, /var/www/securedrop/static/i/tipbox/tipbox-hed-user.png r, /var/www/securedrop/static/i/tipbox/tipbox-logo.png r, + /var/www/securedrop/static/i/trash-x-out.png r, + /var/www/securedrop/static/i/trash-x-solid.png r, /var/www/securedrop/static/i/un-star.png r, + /var/www/securedrop/static/i/x_icon-button_blue.png r, + /var/www/securedrop/static/i/x_icon-grimace_blue.png r, + /var/www/securedrop/static/i/x_icon-sd_blue.png r, /var/www/securedrop/static/js/journalist.js r, /var/www/securedrop/static/js/source.js r, /var/www/securedrop/store.py r, diff --git a/securedrop/journalist_templates/_confirmation_modal.html b/securedrop/journalist_templates/_confirmation_modal.html index 26662d56e3d..ad2d52d6886 100644 --- a/securedrop/journalist_templates/_confirmation_modal.html +++ b/securedrop/journalist_templates/_confirmation_modal.html @@ -4,7 +4,7 @@ X

{{ modal_data.modal_header }}

{{ modal_data.modal_body }}

- {{ gettext('Cancel') }} - + {{ gettext('CANCEL') }} + diff --git a/securedrop/journalist_templates/account_edit_hotp_secret.html b/securedrop/journalist_templates/account_edit_hotp_secret.html index cc4bc0bb954..131fc3a231f 100644 --- a/securedrop/journalist_templates/account_edit_hotp_secret.html +++ b/securedrop/journalist_templates/account_edit_hotp_secret.html @@ -6,6 +6,6 @@

- + {% endblock %} diff --git a/securedrop/journalist_templates/account_new_two_factor.html b/securedrop/journalist_templates/account_new_two_factor.html index c7ee696e8bb..60d0c05e090 100644 --- a/securedrop/journalist_templates/account_new_two_factor.html +++ b/securedrop/journalist_templates/account_new_two_factor.html @@ -21,6 +21,6 @@

{{ gettext('Enable YubiKey (OATH-HOTP)') }}

- + {% endblock %} diff --git a/securedrop/journalist_templates/admin.html b/securedrop/journalist_templates/admin.html index 2a54f19b49f..7a516c6129c 100644 --- a/securedrop/journalist_templates/admin.html +++ b/securedrop/journalist_templates/admin.html @@ -3,7 +3,7 @@

{{ gettext('Admin Interface') }}

- +

@@ -22,9 +22,9 @@

{{ gettext('Admin Interface') }}

{% for user in users %} {{ user.username }} - + {% if user.id == g.user.id %} - + {% else %} {% endif %} @@ -44,8 +44,8 @@

{{ gettext('Admin Interface') }}


- - {{ gettext('INSTANCE CONFIG') }} + + {{ gettext('INSTANCE CONFIG') }}
diff --git a/securedrop/journalist_templates/admin_add_user.html b/securedrop/journalist_templates/admin_add_user.html index da5e1aa88df..0423e5fc0d3 100644 --- a/securedrop/journalist_templates/admin_add_user.html +++ b/securedrop/journalist_templates/admin_add_user.html @@ -71,6 +71,6 @@ {{ error }}
{% endfor %}

- + {% endblock %} diff --git a/securedrop/journalist_templates/admin_edit_hotp_secret.html b/securedrop/journalist_templates/admin_edit_hotp_secret.html index 7a33f3abe45..397df7c7d9c 100644 --- a/securedrop/journalist_templates/admin_edit_hotp_secret.html +++ b/securedrop/journalist_templates/admin_edit_hotp_secret.html @@ -7,6 +7,6 @@

- + {% endblock %} diff --git a/securedrop/journalist_templates/admin_new_user_two_factor.html b/securedrop/journalist_templates/admin_new_user_two_factor.html index fa8abd38a22..52938994d15 100644 --- a/securedrop/journalist_templates/admin_new_user_two_factor.html +++ b/securedrop/journalist_templates/admin_new_user_two_factor.html @@ -24,6 +24,6 @@

{{ gettext('Enable YubiKey (OATH-HOTP)') }}

- + {% endblock %} diff --git a/securedrop/journalist_templates/base.html b/securedrop/journalist_templates/base.html index a18021178fb..cb020c79130 100644 --- a/securedrop/journalist_templates/base.html +++ b/securedrop/journalist_templates/base.html @@ -33,7 +33,7 @@
{% block header %}