Skip to content

Commit

Permalink
2 lines for special message #192
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 12, 2015
1 parent 00b25e8 commit 5927a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion talks/events/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ class Meta:
'cost': forms.TextInput,
'audience': forms.RadioSelect,
'location_details': forms.TextInput,
'status': forms.RadioSelect
'status': forms.RadioSelect,
'special_message': forms.Textarea(attrs={'rows': 2})
}
help_texts = {
'organiser_email': 'Option email address via which the organiser can be contacted',
Expand Down

0 comments on commit 5927a76

Please sign in to comment.