Skip to content

Commit

Permalink
Add missing « in "Back to admin interface" link
Browse files Browse the repository at this point in the history
Add the missing "«" in "Back to admin interface" link in JI
/admin/edit/<user_id> for constency with other pages in the admin
section.
  • Loading branch information
DrGFreeman committed Oct 20, 2020
1 parent 84d2652 commit 6da313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/journalist_templates/edit_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if user %}
{# Only admins may edit usernames and admin status #}
<h1>{{ gettext('Edit user "{user}"').format(user=user.username) }}</h1>
<p><a href="/admin">{{ gettext('Back to admin interface') }}</a></p>
<p><a href="/admin">« {{ gettext('Back to admin interface') }}</a></p>
<h2>{{ gettext('Change Name and Admin Status') }}</h2>
<form method="post">
<input name="csrf_token" type="hidden" value="{{ csrf_token() }}">
Expand Down

0 comments on commit 6da313d

Please sign in to comment.