Refactor Site-Wide Data
This commit is contained in:
parent
66e3615310
commit
76cc3fb3d5
1 changed files with 80 additions and 80 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue