diff --git a/hypha/apply/users/templates/users/login.html b/hypha/apply/users/templates/users/login.html index e216303222..45cbbe7e7f 100644 --- a/hypha/apply/users/templates/users/login.html +++ b/hypha/apply/users/templates/users/login.html @@ -5,136 +5,134 @@ {% block content %}
{% blocktrans trimmed %}We are calling your phone right now, please enter the - digits you hear.{% endblocktrans %}
- {% elif device.method == 'sms' %} -{% blocktrans trimmed %}We sent you a text message, please enter the tokens we - sent.{% endblocktrans %}
- {% else %} -{% blocktrans trimmed %}Please enter the 6-digit verification code generated by your Authenticator App.{% endblocktrans %}
- {% endif %} - {% elif wizard.steps.current == 'backup' %} -- {% blocktrans trimmed %}Please enter one of the backup codes to log in to your account.{% endblocktrans %} -
-- {% blocktrans trimmed %}Those codes were generated for you during 2FA setup to print or keep safe in a password manager.{% endblocktrans %} -
+{% blocktrans trimmed %}We are calling your phone right now, please enter the + digits you hear.{% endblocktrans %}
+ {% elif device.method == 'sms' %} +{% blocktrans trimmed %}We sent you a text message, please enter the tokens we + sent.{% endblocktrans %}
+ {% else %} +{% blocktrans trimmed %}Please enter the 6-digit verification code generated by your Authenticator App.{% endblocktrans %}
{% endif %} + {% elif wizard.steps.current == 'backup' %} ++ {% blocktrans trimmed %}Please enter one of the backup codes to log in to your account.{% endblocktrans %} +
++ {% blocktrans trimmed %}Those codes were generated for you during 2FA setup to print or keep safe in a password manager.{% endblocktrans %} +
+ {% endif %} + + +