Skip to content

Commit

Permalink
Merge pull request #218 from MakeMonmouth/fix/217_spacedir_lat_lng
Browse files Browse the repository at this point in the history
Fix/217 spacedir lat lng
  • Loading branch information
jabelone authored Sep 30, 2023
2 parents ceba55b + aa70dc7 commit e70014b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memberportal/membermatters/constance_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down

0 comments on commit e70014b

Please sign in to comment.