From 2954ea18ef1330f6928747eaf0b4bf75ff77636d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Thu, 18 Jul 2019 17:35:57 +0200 Subject: [PATCH] relabel "unidentified" domain as "unknown" in the wizard related to #77 --- 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 44d7f4df..b5a9d495 100644 --- a/ippisite/ippidb/forms.py +++ b/ippisite/ippidb/forms.py @@ -254,7 +254,7 @@ class ComplexCompositionForm(forms.Form): queryset=Domain.objects.none(), required=False, widget=forms.Select(attrs={'class': 'form-control'}), - empty_label="Unidentified", + empty_label="Unknown", ) ppc_copy_nb = forms.IntegerField( label="Number of copies of the protein in the complex", -- GitLab