From 4d6e117ef43d108479b992e7f6e9f96e063ed7d8 Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Fri, 19 Jun 2026 14:46:52 +1200 Subject: [PATCH] more cleaning --- README.md | 2 +- app.py | 4 ++-- instance/accounts.db | Bin 0 -> 16384 bytes templates/base.html | 4 +++- templates/bivariate.html | 13 ------------- templates/index.html | 2 +- 6 files changed, 7 insertions(+), 18 deletions(-) create mode 100644 instance/accounts.db diff --git a/README.md b/README.md index 74c90ea..aa93c92 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ not done information, quizzes, formulas, -good looking pages, \ No newline at end of file +good looking pages \ No newline at end of file diff --git a/app.py b/app.py index af6f658..aa12c35 100644 --- a/app.py +++ b/app.py @@ -52,7 +52,6 @@ def handle_submission(): @app.route('/users') -@login_required def view_users(): all_users = User.query.all() @@ -65,7 +64,7 @@ def view_users(): html_output += "" if not all_users: - return "

No accounts found in the database yet.

" + return "

emptyyyyy daaatabase

" return html_output @@ -75,6 +74,7 @@ def home(): return render_template('index.html') @app.route('/bivariate') +@login_required def bivariate(): return render_template('bivariate.html') diff --git a/instance/accounts.db b/instance/accounts.db new file mode 100644 index 0000000000000000000000000000000000000000..049f583bf0c0c5f24796062ef994cb1f2ec37961 GIT binary patch literal 16384 zcmeI&&u-H&90zcxoi= z+(=_Ee8-hYoFB zZ|oQTnP}<6q7r?iRku|bl{Qfu3Irek0SG_<0uX=z1Rwwb2tWV=>jiF_#wMwnpZa-{ z^b)c&(nqOb!O=fdXG)2?e8)vh4{PCz`_pgrS?EUp#=+<572;qia-SRkVSWL3C zVTnc*dtqwvx@6o+8V-}GY#6isoX~|N9SxADOtQ AxBvhE literal 0 HcmV?d00001 diff --git a/templates/base.html b/templates/base.html index ff8eec4..f86dac6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,3 +1,4 @@ + @@ -20,4 +21,5 @@
{% block content %}{% endblock %}
- \ No newline at end of file + + \ No newline at end of file diff --git a/templates/bivariate.html b/templates/bivariate.html index 7ddcbe4..3f98474 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -1,14 +1,5 @@ {% extends 'base.html' %} - {% block content %} - -
- - - - Bivariate Data Analysis - -

Information on bivariate data Analysis

@@ -31,8 +22,4 @@
- - - - {% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 9ec8cdd..826a51f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@
-

homepage for math website wow

+

Math website

If you want to access the math topics on this website you must be signed into a account