Prepared html template for vrn filtering

This commit is contained in:
2024-01-15 22:26:10 +00:00
parent 36a04d58e1
commit 43b85c9b23
2 changed files with 2 additions and 2 deletions

View File

@ -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)