{% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Enable Two-Factor Authentication

Please enter your mobile number to activate two-factor authentication on your account.

{{ wtf.quick_form(form) }}
{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}