I want the following drop down lists to have an empty option:
form.from_location.choices = [("","-")] + [(location.id,location.name) for locat