AriMeidan / Fantasy-Knesset

Fantasy Knesset is a web site for creating your own Knesst, a fantasy Knesset, and to match it to the existing Knesset.
GNU General Public License v3.0
2 stars 2 forks source link

AJAX call to vote view not redirect to login for non-authenticated users #50

Closed Nagasaki45 closed 10 years ago

Nagasaki45 commented 10 years ago

Here's a possible solution.

In addition we would have to add

error: function( xhr, status ) {
        \\ redirect to login from here
    },

Or something similar in the front-end.