diff options
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index 13ea27720..d7188faf5 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1674,7 +1674,6 @@ class SearchWizard(IshtarWizard): slug = "archaeologicalsite" app_label = self.model.__module__.split(".")[0] try: - app_label = self.model.__module__.split(".")[0] sq = models.SearchQuery.objects.get( pk=bookmark, content_type__app_label=app_label, |