modified gmg to use plugin media_types and converted image media_type to new plugin style
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user