clean simple static files
This commit is contained in:
@@ -27,9 +27,16 @@
|
||||
<form method="POST" action="{{ url_for('loginlogout.login') }}">
|
||||
<input type="text" name="user" id="user" placeholder="Utilisateur" class="form-control" width="200px"><br />
|
||||
<input type="password" name="passwd" id="passwd" placeholder="Mot de passe" class="form-control"><br />
|
||||
<br>
|
||||
<input type="checkbox" id="totpcheckbox">
|
||||
<label for="totpcheckbox">J'ai un code d'authentification 2FA</label>
|
||||
<br />
|
||||
<br />
|
||||
<label for="2FAInput" class="totp">Code TOTP:</label>
|
||||
<input type="tel" name="code_totp" id="code_totp" class="totp" maxlength="6">
|
||||
|
||||
<br>
|
||||
<p class="center"><a href="{{ url_for('loginlogout.lost_password') }}"> Mouarf j'ai perdu mon mot de passe </a> </p>
|
||||
<button id="tada" class="btn btn-default btn-primary" type="submit"> Login </button>
|
||||
<button class="btn btn-default btn-primary" type="submit"> Login </button>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user