modified gmg to use plugin media_types and converted image media_type to new plugin style

This commit is contained in:
Rodney Ewing
2013-07-01 17:19:22 -07:00
parent e9f3306627
commit 58a947578c
9 changed files with 52 additions and 74 deletions

View File

@@ -142,7 +142,7 @@ def media_home(request, media, page, **kwargs):
comment_form = user_forms.MediaCommentForm(request.form)
media_template_name = media.media_manager['display_template']
media_template_name = media.media_manager.display_template
return render_to_response(
request,