X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/500eaa395382f9fc60f3504f2c1b225d079704e5..afad9e053200ae78f4fb8613bdbfcfd955f02a4f:/apps/archive/views.py diff --git a/apps/archive/views.py b/apps/archive/views.py index 5638f62..df8fb77 100644 --- a/apps/archive/views.py +++ b/apps/archive/views.py @@ -27,7 +27,7 @@ def list_new(request): def file_new(request, filename): division = 'new' - filepath = os.path.join(settings.NEW_PATH, filename) + filepath = os.path.join(settings.NEW_PATH, filename.encode('utf-8')) if request.POST: form = AudiobookForm(request.POST) if form.is_valid():