{% extends 'users/_base_otp.html' %} {% load static %} {% load i18n %} {% block small_title %} {% trans 'Bind' %} {% endblock %} {% block content %}

{% trans 'Use the mobile Google Authenticator application to scan the following qr code for a 6-bit verification code' %}

Secret: {{ otp_secret_key }}
{% csrf_token %}
{% if 'otp_code' in form.errors %}

{{ form.otp_code.errors.as_text }}

{% endif %}
{% endblock %}