From f557e0621e2655099095b93100886bfc176a1bf4 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 27 Sep 2017 15:28:19 +0200 Subject: [PATCH] Enable Sahana Data Collection module, related to #62 --- .../eden/modules/templates/Spotter/config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py index 3adea92..d9f5915 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py @@ -1142,12 +1142,12 @@ def config(settings): restricted = True, module_type = 5, )), - #("dc", Storage( - # name_nice = T("Data Collection"), - # #description = "Data collection tool", - # restricted = True, - # module_type = 10 - #)), + ("dc", Storage( + name_nice = T("Data Collection"), + #description = "Data collection tool", + restricted = True, + module_type = 10 + )), ("cr", Storage( name_nice = T("Shelters"), #description = "Tracks the location, capacity and breakdown of victims in Shelters",