From 5bdd184424ed51eaddc642bda549fa7a4ada8710 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2018 17:56:55 +0200 Subject: Basket: list view, better sheet, allow basket sharing (db and right management) --- archaeological_finds/wizards.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_finds/wizards.py') diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index 6486e5da1..ef51d85d1 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -230,3 +230,7 @@ class TreatmentFileEditAdministrativeActWizard( def get_associated_item(self, dct): return self.get_current_object().treatment_file + + +class FindBasketSearch(SearchWizard): + model = models.FindBasket -- cgit v1.2.3