From 8aa747850493a48e13e7a7ad6255f833aeedcd63 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 --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index c5b1171bd..d7c382f71 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -261,7 +261,7 @@ ISHTAR_QRCODE_SCALE = 2 # scale of the QR code ISHTAR_DEFAULT_YEAR = 1900 ISHTAR_SLUGS = { - "document-editor": ["editor"], + "document-publisher": ["publisher"], } SRID = 4326 # WGS84 - World -- cgit v1.2.3