From 3596a696db0396333f92b09ed86a268808718a14 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 15 Sep 2022 15:18:28 +0100 Subject: [PATCH] create initial-setup.html template. --- templates/initial-setup.html | 2 ++ templates/sign-up.html | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 templates/sign-up.html diff --git a/templates/initial-setup.html b/templates/initial-setup.html index fb3a0bc..b25ca0d 100644 --- a/templates/initial-setup.html +++ b/templates/initial-setup.html @@ -17,6 +17,8 @@ Account Details + + diff --git a/templates/sign-up.html b/templates/sign-up.html new file mode 100644 index 0000000..7a968c5 --- /dev/null +++ b/templates/sign-up.html @@ -0,0 +1,21 @@ +{% extends "layouts/default.html" %} +{% block title %}Create a new account.{% endblock %} +{% block content %} +
+
+
+ Account Details + + + + + + + + + + +
+
+
+{% endblock %}