Skip to content
Snippets Groups Projects
Commit 1b14b2ac authored by Alice Heaton's avatar Alice Heaton
Browse files

Merge pull request #28 from aptivate/fix_headings

Changed table headings
parents 3db034ee 08dfd34b
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,12 @@ class ItemTable(tables.Table):
verbose_name=_('Created'),
format=settings.SHORT_DATETIME_FORMAT,
)
body = tables.Column(verbose_name=_('Message'))
body = tables.Column(verbose_name=_('Item'))
network_provider = tables.Column(
verbose_name=_('Network Provider')
)
category = tables.TemplateColumn(
verbose_name=_('Question Type'),
template_name='hid/categories_column.html',
accessor='terms'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment