mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 18:38:26 +02:00
Update translations
This commit is contained in:
@ -466,7 +466,7 @@ class PoolDetailView(LoginRequiredMixin, DetailView):
|
||||
resp['Content-Disposition'] = 'attachment; filename={}' \
|
||||
.format(_("Solutions of a pool.zip").replace(" ", "%20"))
|
||||
return resp
|
||||
elif "syntheses_zip" in request.POST:
|
||||
elif "syntheses_zip" in request.POST and user.organizes:
|
||||
out = BytesIO()
|
||||
zf = zipfile.ZipFile(out, "w")
|
||||
|
||||
|
Reference in New Issue
Block a user