Replacing the flash with:
elif form2.errors:
print form2.errors
... and submitting the form prints this:
<Storage {'region': 'no data'}>
... which is odd, because it contains the same data as when I submit
the form after removing the autocomplete widget.
Any ideas?
Kind regards,
Annet.

