From edf06a984dda8678c296a58875ffae7aaf5c192a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 21:32:30 +0100 Subject: Display a reminder of items concerned by the current edition (refs #1218) --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index e7a2d5643..1e9051429 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -172,7 +172,7 @@ ENCODING = 'windows-1252' APP_NAME = "SRA - Pays de la Loire" SURFACE_UNIT = 'square-metre' SURFACE_UNIT_LABEL = u'm²' -JOINT = u"|" +JOINT = u" | " ISHTAR_OPE_COL_FORMAT = None # DB key: (txt_idx, label) ISHTAR_OPE_TYPES = {} -- cgit v1.2.3