django-frontendadmin is a set of templatetags to allow an easy and unobstrusive way to edit model-data in the frontend of your page. See wiki for screencast!
— Read more
The POST querydict does not get 'cancel' as a key in handle_cancel but the key is 'submit' and value is '_cancel'. Due to this clicking on cancel on a form won't work (this is just one of the reasons, there is another reason which would require another topic to be opened).
form.serialize() in form_ajax.html does not serialize the form atleast with jQuery 1.3.2. It has to be manually done.
Also HttpResponseRedirects get added into the current DOM (This is not handled in the current ticket but have handled it at work and would be willing to discuss).
please fork the project yourself, add the po file in the right place, then update this issue so we can do a pull from your branch. thanks