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 0000000..049f583 Binary files /dev/null and b/instance/accounts.db differ 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