diff --git a/app.py b/app.py index 349de06..98aa106 100644 --- a/app.py +++ b/app.py @@ -102,7 +102,7 @@ def dashboard(): user_id = current_user.id http_functions = db.get_http_functions_for_user(user_id) http_functions = create_http_functions_view_model(http_functions) - return render_template("dashboard.html", http_functions=http_functions) + return render_template("dashboard/http_functions/overview.html", http_functions=http_functions) @ app.route("/dashboard/http_functions", methods=["GET"]) @login_required diff --git a/templates/base.html b/templates/base.html index 44bc5b6..2d2e74b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,7 +46,7 @@ -
+