From 44a7037cfbc5a7cd312ffcd68c08ac24cd8a54b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Aug 2019 19:21:21 +0200 Subject: Allow template for baskets --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') 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 -- cgit v1.2.3