Prepared html template for vrn filtering
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user