This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
{% extends 'login/form_with_user.html' %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block above_form %}
|
|
{{ block.super }}
|
|
<p><b>{% trans 'Enter the Verification Code from your Authenticator App.' %}</b></p>
|
|
{% endblock %}
|