Make it so the login link redirects you back to the page you were looking at.
[htsworkflow.git] / htsworkflow / frontend / thispage.py
1 def thispage(request):
2     return {'thispage': request.get_full_path()}