Enable peel-and-stick material (#71)

This commit is contained in:
Fredrik Ringqvist
2023-08-16 14:20:20 +02:00
committed by GitHub
parent ad36f31122
commit 01769758d0
+1 -1
View File
@@ -69,8 +69,8 @@ class Material(db.Model):
WALLPAPER_MATERIALS = [ WALLPAPER_MATERIALS = [
"standard-wallpaper", "standard-wallpaper",
# 'self-adhesive-wallpaper', // isn't sold now
"premium-wallpaper", "premium-wallpaper",
"self-adhesive-wallpaper",
] ]
CANVAS_MATERIALS = ["standard-canvas"] CANVAS_MATERIALS = ["standard-canvas"]