From 028e03d8b1a5979d0e93df5c084fa794ff08c87a Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Thu, 5 Aug 2021 22:59:33 +0200 Subject: [PATCH] Be more consistent (#2585) --- lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl | 2 +- .../site/templates/bootstrap/certificateReset.tpl | 2 +- lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl | 2 +- lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl | 2 +- lemonldap-ng-portal/site/templates/bootstrap/gpgform.tpl | 2 +- lemonldap-ng-portal/site/templates/bootstrap/mail.tpl | 2 +- lemonldap-ng-portal/site/templates/bootstrap/register.tpl | 4 ++-- lemonldap-ng-portal/t/41-Captcha.t | 2 +- .../t/67-CheckUser-with-Impersonation-and-Macros.t | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl b/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl index ab58ea8bf..cff170998 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/captcha.tpl @@ -5,7 +5,7 @@
- common/icons/arrow_refresh.png" alt="Renew Captcha" title="Renew Captcha" autocomplete="one-time-code" class="img-thumbnail mb-3" /> + common/icons/arrow_refresh.png" alt="Renew Captcha" title="Renew Captcha" class="img-thumbnail mb-3" autocomplete="one-time-code" />
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl b/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl index 0f7295ba8..23171e6fa 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/certificateReset.tpl @@ -25,7 +25,7 @@
- " class="form-control" autocomplete="email" trplaceholder="mail" required /> + " class="form-control" trplaceholder="mail" required autocomplete="email" />
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl b/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl index 09f4934f0..90f647791 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl @@ -33,7 +33,7 @@ " /> - " autocomplete="url" trplaceholder="URL / DNS" aria-required="true"/> + " trplaceholder="URL / DNS" aria-required="true" autocomplete="url" />
diff --git a/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl b/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl index 2f181aed8..912fd9d4c 100644 --- a/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl +++ b/lemonldap-ng-portal/site/templates/bootstrap/checkuser.tpl @@ -17,7 +17,7 @@
- " autocomplete="url" trplaceholder="URL / DNS" aria-required="true"/> + " trplaceholder="URL / DNS" aria-required="true" autocomplete="url" />