From a9c7ae42db56a9b44eb6f84a9e15772ad7ea6739 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 5 May 2023 13:54:27 +0200 Subject: Add absolute URL to area and towns --- ishtar_common/wizards.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/wizards.py') 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, -- cgit v1.2.3