From e548ba799349ba39a1a6ce1432a39368798a84cf Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 14 Oct 2022 21:51:43 +0100 Subject: [PATCH] update CSS and HTML in /templates/sign-up.html template. --- templates/sign-up.html | 59 ++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/templates/sign-up.html b/templates/sign-up.html index 7a968c5..57ba89c 100644 --- a/templates/sign-up.html +++ b/templates/sign-up.html @@ -1,21 +1,54 @@ {% extends "layouts/default.html" %} -{% block title %}Create a new account.{% endblock %} +{% block title %}Create a new account{% endblock %} {% block content %} -
-
-
- Account Details - +
+

Create Your New Account

+ + - +

+ Enter your email address or create a unique name to log into the + website. You can not change this after you've created your + account. +

+ - +

+ Your display name is how the website will refer to you whilst + logged-in. You can change this after you've logged into the + website. +

+ - + - - -
+

+ Re-enter your password here to make sure you haven't misspelt it. +

+ +
-
+ {% endblock %}