olwidget
olwidget copied to clipboard
Invalid geometry syntax should result in ValidationError, not TemplateSyntaxError
Currently, invalid geometries entered into a textarea result in a TemplateSyntaxError. Really, they should result in a ValidationError, so the corresponding field is marked as erroneous with a proper error message.