summaryrefslogtreecommitdiff
path: root/app/modules/customers/routes.py
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-07-24 16:00:28 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-07-24 16:00:28 +0200
commit18a64c63920bdaba1b8348493b8e7eb1cdc81294 (patch)
treef48032f9f13352500c0d7ccdabb46336c9dc5be7 /app/modules/customers/routes.py
parentffaee081c018b0e254844910fd3878f916196054 (diff)
Modules paths.
Diffstat (limited to 'app/modules/customers/routes.py')
-rw-r--r--app/modules/customers/routes.py4
1 files changed, 2 insertions, 2 deletions
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,
Copyright 2019--2024 Marius PETER