Skip to content

Commit

Permalink
Fix rebase/merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 30, 2016
1 parent 17fa975 commit ea18d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/messages/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def label_from_instance(self, obj):
return hookset.display_name(obj)


class NewMessageForm(forms.Form):
class NewMessageForm(forms.ModelForm):

subject = forms.CharField()
to_user = UserModelChoiceField(queryset=get_user_model().objects.none)
Expand Down

0 comments on commit ea18d76

Please sign in to comment.