arneb/django-messages

how to write form's ```recipienet``` field when I want to custom compose template?

Closed this issue · 1 comments

I use django1.8 in python3.4.
I want to custom my own compose template.Here is my code:

<input id="id_recipient" class="form-control" name="recipient" type="text" value="{{form.recipient.value}}">

When I driectly reply a message,it will fill the value with a list of User Class.
qq 20151219204450.
Help! Are there some methods that I do not need modify the source code can solve my problem.Thanks.

arneb commented

please update to the latest commit in the master branch. this should fix your problem.