diff --git a/pandora/archive/views.py b/pandora/archive/views.py index 74c2cdd39..000e5857b 100644 --- a/pandora/archive/views.py +++ b/pandora/archive/views.py @@ -431,6 +431,7 @@ actions.register(removeFiles, cache=False) def lookup_file(request, oshash): + oshash = oshash.replace('/', '') f = get_object_or_404(models.File, oshash=oshash) return redirect(f.item.get_absolute_url())