You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
By deciding whether to redirect the user to the next param URL or the
default URL in Python instead of JavaScript, we can rely on Django’s
is_safe_url logic.
Suppose you have this:
And you override
login_success
orlogin_failure
to do something like this:Then it will ignore that and instead go to
$link.data('next')
because this code.The text was updated successfully, but these errors were encountered: