these changes were found in the libreplanet plugin directory in the gmg
installation.
return frontpage_view
register_routes([('all-videos', '/videos',
return frontpage_view
register_routes([('all-videos', '/videos',
- 'mediagoblin_libreplanet.views:video_listing'),
+ 'mediagoblin.plugins.libreplanet.views:video_listing'),
('all-photos', '/photos',
('all-photos', '/photos',
- 'mediagoblin_libreplanet.views:image_listing')
+ 'mediagoblin.plugins.libreplanet.views:image_listing')
])
# This is a dict that specifies which hooks this plugin uses.
])
# This is a dict that specifies which hooks this plugin uses.