Revision history [back]
I had this problem as well. I figured out a csrf token missed at file askbot/deps/livesettings/templates/livesettings/group_settings.html.
No sure whether it's a bug. I added a {% csrf_token %} after tag at line 26. Then this issue solved.