presque :(
This commit is contained in:
parent
8e17966463
commit
b76a350c28
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class GalleryDownload(LoginRequiredMixin, DetailView):
|
|||
# Return the path to it
|
||||
|
||||
return redirect(
|
||||
os.path.join(settings.MEDIA_URL, str(gallery_zip)).replace("\\", "/")
|
||||
(settings.MEDIA_URL + str(gallery_zip)).replace("\\", "/")
|
||||
) # windows fix
|
||||
# Return zip file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue