.
This commit is contained in:
+1
-1
@@ -1045,7 +1045,7 @@ def refresh_exam_question_json(request, pk):
|
||||
|
||||
return redirect("longs:exam_overview", pk=pk)
|
||||
|
||||
class SeriesImagesZipView(BaseZipView):
|
||||
class SeriesImagesZipView(SuperuserRequiredMixin, BaseZipView):
|
||||
"""Download all images from an image series"""
|
||||
|
||||
def get_files(self):
|
||||
|
||||
Reference in New Issue
Block a user