kartoza / flask_user_map

A simple flask for creating user community maps
GNU General Public License v2.0
5 stars 10 forks source link

We need client side validation for adding/editing user #15

Closed akbargumbira closed 11 years ago

akbargumbira commented 11 years ago

Problem

There is no client side validation for adding/editing user. It can be very useful to reduce request traffic to server.

Proposed Solution

Form should be validated first by client side.