Skip to content

Commit

Permalink
Inversion Latitude Longitude in form AtelierSoude#144
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrattoune authored Jan 23, 2022
1 parent 4964c9e commit 61606df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrepairplatform/location/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


class PlaceForm(ModelForm):
longitude = forms.CharField(widget=forms.HiddenInput, required=False)
latitude = forms.CharField(widget=forms.HiddenInput, required=False)
longitude = forms.CharField(widget=forms.HiddenInput, required=False)
zipcode = forms.CharField(widget=forms.HiddenInput, required=False)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 61606df

Please sign in to comment.