django/tests/test_client_regress/context_processors.py

3 lines
64 B
Python
Raw Normal View History

def special(request):
return {'path': request.special_path}