From e7b75dd8d83ff366a2c19bf79000d88fb190c793 Mon Sep 17 00:00:00 2001 From: Francois Date: Sat, 6 Jun 2015 05:11:28 +0200 Subject: [PATCH] fix issue #232 input type=string did not exists. Replace it by type=text --- client/views/signUp/signUp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/views/signUp/signUp.html b/client/views/signUp/signUp.html index 7e59bc78..96657bfa 100644 --- a/client/views/signUp/signUp.html +++ b/client/views/signUp/signUp.html @@ -32,7 +32,7 @@

{{t9n "createAccount"}}

{{#if showUsername}}
- +
{{/if}} @@ -55,7 +55,7 @@

{{t9n "createAccount"}}

{{#if showSignupCode}}
- +
{{/if}}