From 5f78c0cfcdda3c25ebd4139f7dfc0ccc387fc8e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 6 Apr 2021 19:34:10 +0200 Subject: [PATCH] More require and fixing CS Signed-off-by: Joas Schilling --- templates/form/user.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/form/user.php b/templates/form/user.php index 104ff8d..6d4b5ef 100644 --- a/templates/form/user.php +++ b/templates/form/user.php @@ -33,7 +33,7 @@ script('registration', 'registration-form');

+} ?>" placeholder="t('Login name')); ?>" required />

@@ -45,7 +45,9 @@ script('registration', 'registration-form');

/> +} ?>" placeholder="t('Full name')); ?>" />

@@ -57,7 +59,9 @@ script('registration', 'registration-form');

/> +} ?>" placeholder="t('Phone number')); ?>" />

@@ -68,7 +72,7 @@ script('registration', 'registration-form');

+} ?>" placeholder="t('Password')); ?>" required />