Make sure delete mobile number only shown when needed

Users who have no mobile number set, users who are not on email auth
and users who are not on "Change mobile number" page should not
see the delete link.
This commit is contained in:
Pea Tyczynska
2022-03-23 12:40:43 +00:00
parent 99682db7bf
commit 190381c578
2 changed files with 21 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
<div class="govuk-grid-column-three-quarters">
{% call form_wrapper() %}
{{ form_field(error_message_with_html=True) }}
{% if current_user.auth_type == 'email_auth' %}
{% if current_user.auth_type == 'email_auth' and (current_user.mobile_number and thing == "mobile number") %}
{{ page_footer(
'Save',
delete_link=url_for(