icook / yota

Flexible Python web forms with asynchronous validation
Other
33 stars 3 forks source link

Add a Form attribute to override render_success or render_error #62

Closed icook closed 11 years ago

icook commented 11 years ago

This feature would reduce the barrier to doing more complicated asynchronous submission scenarios. Currently you're required to create a new template to override the default in order to change the parameters passed into yota_activate, which is a pain.