{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify | Confirm email address and mobile number {% endblock %} {% block content %}
We've sent you confirmation codes by email and text message. You need to enter both codes here.
{{ form.email_code.label }} {{ form.email_code(class="form-control-1-4", autocomplete="off") }} I haven't received an email
{{ form.sms_code.label }} {{ form.sms_code(class="form-control-1-4", autocomplete="off") }} I haven't received a text
Continue