Start repo

This commit is contained in:
2026-02-03 01:24:56 +01:00
commit 7f27463f5a
267 changed files with 54491 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<div class="container text-center">
<form method='POST' action='/login'>
{{ form.csrf_token }}
<h2 class="mb-4"> Entrez votre mot de passe : </h2>
{{ form.passwd(col=5, class="form-control form-control-lg text-center" ) }}
<br />
{{ form.submit() }}
</form>
</div>