Skip to content
Snippets Groups Projects
Commit 2954ea18 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

relabel "unidentified" domain as "unknown" in the wizard

related to #77
parent 8bbf8a75
No related branches found
No related tags found
No related merge requests found
Pipeline #13236 passed
...@@ -254,7 +254,7 @@ class ComplexCompositionForm(forms.Form): ...@@ -254,7 +254,7 @@ class ComplexCompositionForm(forms.Form):
queryset=Domain.objects.none(), queryset=Domain.objects.none(),
required=False, required=False,
widget=forms.Select(attrs={'class': 'form-control'}), widget=forms.Select(attrs={'class': 'form-control'}),
empty_label="Unidentified", empty_label="Unknown",
) )
ppc_copy_nb = forms.IntegerField( ppc_copy_nb = forms.IntegerField(
label="Number of copies of the protein in the complex", label="Number of copies of the protein in the complex",
......
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