Skip to content
Snippets Groups Projects
Verified Commit 39cc224a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix default value for use_latlon

parent 6052b732
No related branches found
No related tags found
1 merge request!30Resolve "Checkpoint system"
Pipeline #76068 canceled
......@@ -527,7 +527,7 @@ class EventCheckpointForm(forms.Form):
use_latlon = forms.BooleanField(
required=False,
label=_("Submit geolocation"),
default=True,
initial=True,
)
lat = forms.DecimalField(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment