From 32330a34e5f220f88e751a2f57badbef5cfc30b1 Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Mon, 2 Mar 2020 11:34:17 -0600 Subject: signup page --- templates/signup.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/signup.html (limited to 'templates') diff --git a/templates/signup.html b/templates/signup.html new file mode 100644 index 0000000..b3cb061 --- /dev/null +++ b/templates/signup.html @@ -0,0 +1,34 @@ +{% extends "about.html" %} +{% block title %}User Sign Up{%endblock%} +{% block content %} + + + + + + +
+ {{ super() }} + +
+

Create an account        

+ or login +
+
+
+
+ +
+
+ +
+
+ + + +
+
+ If you forgot your password, you can send email us to get a new one. Please use your e-mail in the system. You can send to hakan@uthsc.edu +
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3