{% extends "base_account.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% block title %}{% trans "Enable Two-factor Authentication" %}{% endblock %}

{% blocktrans %}Scan the QR-code below with your token generator and enter the generated token.{% endblocktrans %}

QR Code


{{ form.errors.token }} {{ form.token.label_tag }} {{ form.token }}

{% blocktrans %}Don't have a token generator? Try Google Authenticator or Authy.{% endblocktrans %}

{% endblock %}