Re: login_required decorator in Django: open modal instead of redirecting to another page

2015-04-13 Thread Roh Codeur
I ended up going with Avraham's response in this. On Thursday, 9 April 2015 01:53:35 UTC+1, Roh Codeur wrote: > > Hi > > I have a django app which has certain sections which are reserved for > registered users. I have the views annotated with login_required decorator > w

login_required decorator in Django: open modal instead of redirecting to another page

2015-04-08 Thread Roh Codeur
Hi I have a django app which has certain sections which are reserved for registered users. I have the views annotated with login_required decorator which redirects the user to a login page. However, I would like to keep the user on the same page and open up a modal dialog prompting user to s