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 %}