Refactor Site-Wide Data

This commit is contained in:
Chris Mann 2023-07-27 16:04:58 +02:00
parent 66e3615310
commit 76cc3fb3d5

View file

@ -4,6 +4,7 @@
{{end}} {{end}}
{{define "body"}} {{define "body"}}
<div class="d-flex"> <div class="d-flex">
<h2>Modifier mon mot de passe</h2> <h2>Modifier mon mot de passe</h2>
</div> </div>
@ -40,7 +41,6 @@
{{end}} {{end}}
<button type="submit" class="btn btn-primary">Changer de mot de passe</button> <button type="submit" class="btn btn-primary">Changer de mot de passe</button>
</form> </form>
{{end}}
<script> <script>
function checkPasswordStrength(password) { function checkPasswordStrength(password) {
// Initialize variables // Initialize variables