From 1751bd25c52f093800f09131add8b680bf6e616d Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 19 Feb 2019 18:20:41 +0100 Subject: [PATCH] Partner first --- ippisite/ippidb/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/forms.py b/ippisite/ippidb/forms.py index 1885691a..535d50cc 100644 --- a/ippisite/ippidb/forms.py +++ b/ippisite/ippidb/forms.py @@ -214,8 +214,8 @@ class ProteinDomainComplexForm(ModelForm): COMPLEX_TYPE = ( + ('Partner', 'Partner'), ('Bound', 'Bound'), - ('Partner', 'Partner') ) -- GitLab