mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / htsworkflow / frontend / thispage.py
1 def thispage(request):
2     return {'thispage': request.get_full_path()}