From f9b99ce66f56995a29709e9bf24750dab9430767 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 21 Sep 2022 21:33:40 -0400 Subject: bunch of features registration, logging out, listing networks, user profiles --- app/meta/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app/meta') diff --git a/app/meta/__init__.py b/app/meta/__init__.py index 4fbe23c..8b6f6fa 100644 --- a/app/meta/__init__.py +++ b/app/meta/__init__.py @@ -6,5 +6,4 @@ bp = Blueprint("meta", __name__) @bp.route("/") def home(): - flash("Test") return render_template("index.html") -- cgit v1.2.3