@@ -155,7 +155,6 @@ def get_catalog_plugins():
# Populate author (if any)
if data['author']:
- print(data['author'])
author = PluginAuthor(
name=data['author']['name'],
org_id=data['author']['org_id'],
@@ -44,7 +44,7 @@ class CatalogPluginTable(BaseTable):
verbose_name=_('Name')
)
author = tables.Column(
- accessor=tables.A('author.name'),
+ accessor=tables.A('author__name'),
verbose_name=_('Author')
is_local = columns.BooleanColumn(