diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-01-05 15:59:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:23 +0100 |
commit | 5a4747a863ee926223148bad3163b4b7135328d3 (patch) | |
tree | b97179af3b7119a0daf6c4479a74241d3364c293 /example_project | |
parent | 4da911ec7b5625d5db4ffb0c9c0d71b11e50b058 (diff) | |
download | Ishtar-5a4747a863ee926223148bad3163b4b7135328d3.tar.bz2 Ishtar-5a4747a863ee926223148bad3163b4b7135328d3.zip |
Fix document-editor -> document-publisher
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |