{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify | Text verification {% endblock %} {% block content %}

Text verification

We've sent you a text message with a verification code.

{{ form.hidden_tag() }}


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

{% endblock %}