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