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",