9 lines
201 B
HTML
9 lines
201 B
HTML
{% 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 %}
|