on submission, use inline error messaging instead of message queue
authorCaleb Forbes Davis V <caldavis@gmail.com>
Tue, 26 Jul 2011 04:48:51 +0000 (23:48 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Tue, 26 Jul 2011 05:00:50 +0000 (00:00 -0500)
commit97e4498c10c803c9d239011d4c48efef52673ec3
tree8fdb164e9e9959fea2ff3710ff47e813746ae294
parent10d7496da2f147a30a70304e8be3a579b15fd093
on submission, use inline error messaging instead of message queue

- the function that converts the user's tag string into a list of
  tags now accepts a string, but the media submit view was still
  submitting the request object, like we were going to add any
  errors to the session. Now the submit view passes the tag string
mediagoblin/submit/views.py