Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
e507b87c
Commit
e507b87c
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.pasteur.fr/ippidb/ippidb-web
parents
5578eb94
0ce0aa8d
No related branches found
No related tags found
1 merge request
!15
Master
Pipeline
#29798
failed
5 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/forms.py
+1
-1
1 addition, 1 deletion
ippisite/ippidb/forms.py
with
1 addition
and
1 deletion
ippisite/ippidb/forms.py
+
1
−
1
View file @
e507b87c
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment