From 0d17ef4a3ed046e967d6bd4b4845b8ccdddd767b Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 8 Sep 2019 19:00:33 +0300 Subject: [PATCH] clarify some registration imformation --- views/user/register.pug | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/views/user/register.pug b/views/user/register.pug index 48cc306..5bbb6b8 100644 --- a/views/user/register.pug +++ b/views/user/register.pug @@ -24,7 +24,8 @@ block body small#display_nameText The name displayed on your public profiles. .form-group label(for="email") Email Address - input.form-control#email(type="email", name="email", value=formkeep.email) + input.form-control#email(type="email", name="email", value=formkeep.email, aria-labelledby="display_emailText") + small#display_emailText Used only for important updates regarding your account. .form-group label(for="password") Password input.form-control#password(type="password", name="password", aria-labelledby="passwordText") @@ -38,6 +39,12 @@ block body label Captcha script(src='https://www.google.com/recaptcha/api.js') .g-recaptcha(data-sitekey=recaptcha) + .form-group + small By creating an account on Icy Network, you are indicating that you have read and agree to the + a(href="/docs/terms-of-service", target="_blank") Terms of Service + | and the + a(href="/docs/privacy-policy", target="_blank") Privacy Policy + |. button.btn.btn-primary(type="submit") Register | or a(href="/login") log in with an existing account