diff options
Diffstat (limited to 'project/kiwipycon/proceedings/forms.py')
-rw-r--r-- | project/kiwipycon/proceedings/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/kiwipycon/proceedings/forms.py b/project/kiwipycon/proceedings/forms.py index df9d59b..ddff13c 100644 --- a/project/kiwipycon/proceedings/forms.py +++ b/project/kiwipycon/proceedings/forms.py @@ -26,5 +26,5 @@ class ProceedingsForm(forms.Form): "'Abstract' and other with a heading 'Body'.") authors = forms.CharField( - required=False, label=u'Author', - help_text=u'User ID of the author.') + required=False, label=u'Author(s)', + help_text=u'Comma separated list of User ID of the author(s).') |