Skip to content
Snippets Groups Projects
Commit a9535eba authored by Keira Moore's avatar Keira Moore
Browse files

fixed filter option

parent e9c16141
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from app4 import app, db, Product
inventory = [
{ "name": "Cross Beaded Necklace", "price": 8, "description": "Gothic style cross on a black beaded necklace with hanging chain detailing", "image": "crossNecklace.jpg"},
{ "name": "Safety Pin Industrial Bar", "price": 5, "description": "Silver safety pin style industrial piercing bar - ear safe surgical steel","image": "safetyPinEarring.jpg"},
{ "name": "Watch Ring", "price": 9, "description": "Vintage silver mini watch rings, adjustable - batteries not included", "image": "watchRings.jpg"},
{ "name": "Watch Ring", "price": 10, "description": "Vintage silver mini watch rings, adjustable - batteries not included", "image": "watchRings.jpg"},
{ "name": "Zip Style Earrings", "price": 5, "description": "Silver zip style earrings with dangly chain and heart charms.", "image": "zipEarrings.jpg"},
{ "name": "Star Buckle Bracelet", "price": 4, "description": "Think silver plated chain link bracelet with a hammered detailed star shaped buckle enclosure", "image": "starBracelet.jpg"}
]
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment