.
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ class RapidUpdate(LoginRequiredMixin, AuthorOrCheckerRequiredMixin,
|
|||||||
|
|
||||||
context = self.get_context_data(form=form)
|
context = self.get_context_data(form=form)
|
||||||
image_formset = context['image_formset']
|
image_formset = context['image_formset']
|
||||||
answer_formset = context['image_formset']
|
answer_formset = context['answer_formset']
|
||||||
#logger.debug(formset.is_valid())
|
#logger.debug(formset.is_valid())
|
||||||
if formset.is_valid():
|
if formset.is_valid():
|
||||||
response = super().form_valid(form)
|
response = super().form_valid(form)
|
||||||
|
|||||||
Reference in New Issue
Block a user