From 01769758d0f6bc8c033fb3502fcb8a21944bdd20 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:20:20 +0200 Subject: [PATCH] Enable peel-and-stick material (#71) --- api/models/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/models/product.py b/api/models/product.py index ffa716c..38f38f3 100644 --- a/api/models/product.py +++ b/api/models/product.py @@ -69,8 +69,8 @@ class Material(db.Model): WALLPAPER_MATERIALS = [ "standard-wallpaper", - # 'self-adhesive-wallpaper', // isn't sold now "premium-wallpaper", + "self-adhesive-wallpaper", ] CANVAS_MATERIALS = ["standard-canvas"]