Changes all images to bmp and updated tests
This commit is contained in:
@ -74,7 +74,6 @@ def id(id: int):
|
||||
flash(f"No Product available with id {id}", "warning")
|
||||
return redirect("/")
|
||||
|
||||
print(product.name)
|
||||
return render_template(
|
||||
'index.html',
|
||||
content='product.html',
|
||||
|
Reference in New Issue
Block a user