From 18a64c63920bdaba1b8348493b8e7eb1cdc81294 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 16:00:28 +0200 Subject: Modules paths. --- app/modules/customers/routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/modules/customers') diff --git a/app/modules/customers/routes.py b/app/modules/customers/routes.py index c8ae072..9db604e 100644 --- a/app/modules/customers/routes.py +++ b/app/modules/customers/routes.py @@ -29,8 +29,8 @@ def view(): modules = Module.query.all() cust = Customer.query.order_by(Customer.primary_key.desc()) module = "customers" - flash(f"Successfully accessed module {module}.", "info") - flash(f"Still fighting against styling in {module}.", "error") + # flash(f"Successfully accessed module {module}.", "info") + # flash(f"Still fighting against styling in {module}.", "error") return render_template( f"modules/{module}.html", modules=modules, -- cgit v1.2.3