diff --git a/opencodelists/forms.py b/opencodelists/forms.py index c728d1819..bf7f81ba9 100644 --- a/opencodelists/forms.py +++ b/opencodelists/forms.py @@ -66,7 +66,7 @@ class CodelistCreateForm(forms.Form): ) owner = forms.ChoiceField() - name = forms.CharField(max_length=255, label="Codlist name") + name = forms.CharField(max_length=255, label="Codelist name") coding_system_id = forms.ChoiceField( choices=CODING_SYSTEM_CHOICES, label="Coding system" )