Update mfa/templates/TOTP/Add.html

This commit is contained in:
2024-02-02 12:01:06 +00:00
parent bc59406713
commit 1c15c74444

View File

@@ -1,4 +1,3 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load static %} {% load static %}
{% block head %} {% block head %}
@@ -88,7 +87,7 @@
<br/> <br/>
<br/> <br/>
<div class="container d-flex justify-content-center"> <div class="container d-flex justify-content-center">
<div class="col-md-6 col-md-offset-3" id="two-factor-steps"> <div class="col-md-8 col-md-offset-3" id="two-factor-steps">
<div class="row" align="center"> <div class="row" align="center">
<h4>Adding a new {{ method.name }}</h4> <h4>Adding a new {{ method.name }}</h4>
</div> </div>