Skip to content

Commit

Permalink
#196 - terminology update for talk editors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 13, 2015
1 parent 40fae96 commit 4c7020f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talks/events/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ class EventForm(forms.ModelForm):

editor_set = forms.ModelMultipleChoiceField(
queryset=User.objects.filter(Q(is_superuser=True) | Q(groups__name=GROUP_EDIT_EVENTS)).distinct(),
label="Other event organisers who can edit this event",
help_text="Type an event organiser's email address",
label="Other Editors",
help_text="Share editing with another Talks Editor by typing in their email address",
required=False,
widget=typeahead.MultipleTypeahead(datasources.USERS_DATA_SOURCE),
)
Expand Down

0 comments on commit 4c7020f

Please sign in to comment.