Changes all images to bmp and updated tests

This commit is contained in:
2024-01-29 22:35:46 +00:00
parent d6d9a1479e
commit fa76e11f83
7 changed files with 22 additions and 9 deletions

View File

@ -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',