Issue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple comments...
authorJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:29:39 +0000 (01:29 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:29:39 +0000 (01:29 +0200)
commit9074ee7c1df9cca8a250cc837c3e3efb8e359649
tree66fea7c6ab1d2507ce7afda9104466a3bd3579ba
parentaa7d1a2fb6148f6e899d7f8756e6c481dab3f532
Issue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple comments" feature

*   ADDED `media_post_comment(request)` which creates `MediaComments`
    from POST requests
*   UPDATED `media_home(request, media, **kwargs)` now passes `comments`,
    `pagination` and `comments_form` to `media.html`
mediagoblin/user_pages/views.py