From d9655f16f568820ebf3699dc4e0b5b953487c9ce Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 2 Sep 2020 15:53:49 +0100 Subject: [PATCH] Add missing `` Missed out from this PR: https://github.com/alphagov/notifications-admin/pull/3593 --- app/templates/views/manage-users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 6b41d9c41..663d8ccb5 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -75,7 +75,7 @@ {% if user.status == 'pending' %} Cancel invitation for {{ user.email_address }} {% elif user.state == 'active' and current_user.id != user.id %} - Change details for {{ user.name }} {{ user.email_address }} + Change details for {{ user.name }} {{ user.email_address }} {% endif %} {% endif %}