{% extends "authentication/_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% block heading %} {% translate "Add 2FA key" %} {% endblock heading %} {% block content %}

{% translate "Please enter a name for your new key. This name can be used to find the correct key in case you need to revoke authentication." %}

{% translate "Enter key name here" as name_placeholder %} {% render_field form.name|add_error_class:"border-red-500" placeholder=name_placeholder class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-600 leading-tight focus:outline-none focus:shadow-outline" %}
{% endblock content %}