diff --git a/memberportal/membermatters/constance_config.py b/memberportal/membermatters/constance_config.py index 3c4a757f..36135193 100644 --- a/memberportal/membermatters/constance_config.py +++ b/memberportal/membermatters/constance_config.py @@ -154,8 +154,8 @@ "123 Setme St", "Sets the snail mail address.", ), - "SPACE_DIRECTORY_LOCATION_LAT": (0, "Sets the latitude."), - "SPACE_DIRECTORY_LOCATION_LON": (0, "Sets the longitude."), + "SPACE_DIRECTORY_LOCATION_LAT": (0.0, "Sets the latitude."), + "SPACE_DIRECTORY_LOCATION_LON": (0.0, "Sets the longitude."), "SPACE_DIRECTORY_FED_SPACENET": (False, "Sets support for spacenet."), "SPACE_DIRECTORY_FED_SPACESAML": (False, "Sets support for spacesaml."), "SPACE_DIRECTORY_FED_SPACEPHONE": (False, "Sets support for spacephone."),