diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-31 23:43:45 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-31 23:43:45 +0200 |
| commit | 12170e1a50767922b548005b851bd87ac749356c (patch) | |
| tree | b7afcdf4cadd5e803a3828c81895a78a9f3cfb75 | |
| parent | 0f41f14dda4b616f55eb694d16ffa7c5727c964f (diff) | |
| download | Ishtar-12170e1a50767922b548005b851bd87ac749356c.tar.bz2 Ishtar-12170e1a50767922b548005b851bd87ac749356c.zip | |
Minor
| -rw-r--r-- | ishtar/settings.py.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 192f13108..64f44af1d 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -7,7 +7,7 @@ SRID = 27572 ENCODING = '' # specific encoding for CSV export - default to utf-8 SURFACE_UNIT = 'square-metre' -SURFACE_UNIT_LABEL = 'm²' +SURFACE_UNIT_LABEL = u'm²' ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" |
