lat = forms.FloatField()
Как вы делаете это скрытым?
lat = forms.FloatField(widget=forms.HiddenInput())