Make it so the login link redirects you back to the page you were looking at.
authorDiane Trout <diane@caltech.edu>
Thu, 8 Sep 2011 00:35:34 +0000 (17:35 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 8 Sep 2011 00:35:34 +0000 (17:35 -0700)
commit469ca6b72918a74d79d254c32d3d0f04bd9b640e
tree9a7f9e7a769d1cd96b3d1f807ec265b5d204e665
parentd6c09a7ceaf999260e0ad8c29013bdf8b15a324c
Make it so the login link redirects you back to the page you were looking at.

I did this by adding a processing instruction to add a thispage
variable to RequestContext.
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/thispage.py [new file with mode: 0644]
htsworkflow/frontend/urls.py
htsworkflow/settings.py