summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 02be873ce..f78ecd511 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -4601,7 +4601,7 @@ class IshtarUser(FullSearch):
post_save.connect(cached_label_changed, sender=IshtarUser)
-class Basket(FullSearch, OwnPerms):
+class Basket(FullSearch, OwnPerms, TemplateItem):
"""
Abstract class for a basket
Subclass must be defined with an "items" ManyToManyField