From 7870e9eb392a0ced9fa722e8a4c1e048075c04ff Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Aug 2018 16:59:00 +0200 Subject: Bookmark: manage missing bookmark configuration --- archaeological_context_records/wizards.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archaeological_context_records/wizards.py') diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index 89750794c..327aedb5b 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -22,7 +22,11 @@ from django.utils.translation import ugettext_lazy as _ import models from ishtar_common.forms import reverse_lazy -from ishtar_common.wizards import Wizard, DeletionWizard +from ishtar_common.wizards import Wizard, DeletionWizard, SearchWizard + + +class RecordSearch(SearchWizard): + model = models.ContextRecord class RecordWizard(Wizard): -- cgit v1.2.3