From 02284958a1189ffcb10b34a4c3a02417f8136a4d Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 11 Aug 2025 22:24:05 -0700 Subject: Initialize git repo from local project files --- templates/signup.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/signup.html (limited to 'templates/signup.html') diff --git a/templates/signup.html b/templates/signup.html new file mode 100644 index 0000000..dffeb62 --- /dev/null +++ b/templates/signup.html @@ -0,0 +1,48 @@ + + + + + Create Account + + +
+

Create an account

+
+ {% with messages = get_flashed_messages() %} + {% if messages %} +
+ {{ messages[0] }}. Go to login page. +
+ {% endif %} + {% endwith %} +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+
+
+ + \ No newline at end of file -- cgit v1.2.3