{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify | Confirm email address and mobile number {% endblock %} {% block content %}

Activate your account

We've sent you confirmation codes by email and text message. You need to enter both codes here.

{{ form.hidden_tag() }}

{{ form.email_code(class="form-control-1-4", autocomplete="off") }}
I haven't received an email

{{ form.sms_code(class="form-control-1-4", autocomplete="off") }}
I haven't received a text

{% endblock %}