From 5a4747a863ee926223148bad3163b4b7135328d3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Jan 2021 15:59:34 +0100 Subject: Fix document-editor -> document-publisher --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 807bbc64f..32ae95594 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1853,7 +1853,7 @@ def get_responsible_planning_service_label(): def get_publisher_label(): if apps.ready: lbls = [] - for key in settings.ISHTAR_SLUGS["document-editor"]: + for key in settings.ISHTAR_SLUGS["document-publisher"]: lbl = get_general_type_label(OrganizationType, key) if lbl: lbls.append(lbl) -- cgit v1.2.3