Skip to content

Commit

Permalink
Update constant defaults to use a FLOAT instead of an INT for lat/lng
Browse files Browse the repository at this point in the history
  • Loading branch information
proffalken committed Oct 5, 2023
1 parent 70e2474 commit e662394
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 e662394

Please sign in to comment.