diff --git a/www/conservancy/static/views.py b/www/conservancy/static/views.py index 01d6ae341037c3e286fd43d4c7b27d918b50af68..b081afe3581e9da417777b29f150d061aa78c14d 100644 --- a/www/conservancy/static/views.py +++ b/www/conservancy/static/views.py @@ -34,7 +34,7 @@ def fundgoal_lookup(fundraiser_sought): def index(request, *args, **kwargs): # return HttpResponse("Hello, static world: " + request.get_full_path()) - path = request.get_full_path() + path = request.path path = path.lstrip('/') if path[-1:] == '/': path += 'index.html'