Issue #362 - Updated media.html with things necessary for the simple comment feature
authorJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:21:46 +0000 (01:21 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:21:46 +0000 (01:21 +0200)
commitaa7d1a2fb6148f6e899d7f8756e6c481dab3f532
treeffd1c6bafa85108cff4d9ec9f7f49dd6af05cd4a
parent7bd8197f32f17466f14d730546a06166ed6da67a
Issue #362 - Updated media.html with things necessary for the simple comment feature

*   `media.html` now imports `wtforms.html` for use in comment form rendering
*   `media.html` now outputs a commenting form if `request.user` evals to `True`
*   `media.html` now outputs `MediaComments` if `comments` evals to `True`
*   `media.html` now includes `pagination.html` to handle comment pagination
mediagoblin/templates/mediagoblin/user_pages/media.html