diff --git a/controllers/web/product.py b/controllers/web/product.py index 9fcfdcc..4d96e5d 100644 --- a/controllers/web/product.py +++ b/controllers/web/product.py @@ -41,7 +41,7 @@ def category(category: str): # No Products visible if products == None: - flash("No Products available in " + category) + flash(f"No Products available in {category}") return render_template('index.html', content="content.html", user = session.get('user'), products = products, category = category) diff --git a/templates/Car Parts.html b/templates/Car Parts.html index e586cd2..086f822 100644 --- a/templates/Car Parts.html +++ b/templates/Car Parts.html @@ -1,7 +1,7 @@
-
+