Attempt to be robust to not having an alignment in our RunXml file
[htsworkflow.git] / htsworkflow / frontend / thispage.py
1 def thispage(request):
2     return {'thispage': request.get_full_path()}