diff --git a/README.md b/README.md
index 71f5773..cfc8c25 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ only works on device local not local network or with a public ip and port forwar
at the moment there is no demo kinda build to test it out but that will be added in the future with the official website demo will just be a less features way to check the website out
-done
+Made
singup system,
signin system,
@@ -22,13 +22,14 @@ database to store accounts
------------------------------------------------------------------------------
-not done
+Not Made
information,
quizzes,
formulas,
good looking pages
reseting password
+guides
Guide to running
@@ -37,4 +38,4 @@ git clone https://git.ralphie.xyz/Jordan/math-website.git
cd math-website
python3 ./app.py
-Then go to http://localhost:5000
+Then go to http://localhost:5000
\ No newline at end of file
diff --git a/app.py b/app.py
index 777a9e2..df08a9b 100644
--- a/app.py
+++ b/app.py
@@ -95,7 +95,7 @@ def view_users():
return html_output
-#Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area when starting the py file
+# Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area when starting the py file
# app.config['MAIL_SERVER'] = 'smtp.google.com'
# app.config['MAIL_PORT'] = 587
# app.config['MAIL_USE_TLS'] = True
@@ -177,5 +177,13 @@ def page_not_found(e):
@app.route('/resetpassword')
def resetpassword():
return render_template('resetpassword.html')
+
+@app.route('/resetpasscode')
+def resetpasscode():
+ return render_template('resetpasswordcode.html')
+
+@app.route('/newpassword')
+def newpassword():
+ return render_template('newpassword.html')
if __name__ == '__main__':
app.run(debug=True)
diff --git a/instance/accounts.db b/instance/accounts.db
deleted file mode 100644
index 9babad2..0000000
Binary files a/instance/accounts.db and /dev/null differ
diff --git a/templates/bivariate.html b/templates/bivariate.html
index eb6f72a..de0cb4f 100644
--- a/templates/bivariate.html
+++ b/templates/bivariate.html
@@ -1,33 +1,11 @@
{% extends 'base.html' %}
{% block content %}
-
Information on bivariate data Analysis
information
-
+