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 8343c25bd0..67ca97926a 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 @@ -307,6 +307,7 @@ /var/www/securedrop/static/i/x_icon-sd_blue.png r, /var/www/securedrop/static/icons/bell.png r, /var/www/securedrop/static/icons/check.png r, + /var/www/securedrop/static/icons/chevron-left.png r, /var/www/securedrop/static/icons/chevron-right.png r, /var/www/securedrop/static/icons/download.png r, /var/www/securedrop/static/icons/edit-user.png r, diff --git a/securedrop/journalist_templates/admin_add_user.html b/securedrop/journalist_templates/admin_add_user.html index bc38aafe02..35523aa311 100644 --- a/securedrop/journalist_templates/admin_add_user.html +++ b/securedrop/journalist_templates/admin_add_user.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block body %}
- « {{ gettext('Back to admin interface') }} + + {{ gettext('Back to admin interface') }}