mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 07:42:11 +01: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