Skip to content
Snippets Groups Projects
Commit e507b87c authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files
parents 5578eb94 0ce0aa8d
No related branches found
No related tags found
1 merge request!15Master
Pipeline #29798 failed
...@@ -620,7 +620,7 @@ class CompoundForm(forms.Form): ...@@ -620,7 +620,7 @@ class CompoundForm(forms.Form):
def full_clean(self): def full_clean(self):
super().full_clean() super().full_clean()
if not self.is_bound: # Stop further processing. if not self.is_bound or self.cleaned_data.get('DELETE')==True : # Stop further processing.
return return
smiles = None smiles = None
if ( if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment