From 8b195484874c1a3f25bd515f92565fc72c2139ae Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 24 Jan 2018 22:15:15 +0000 Subject: [PATCH] Update the table to display round infromation --- opentech/apply/dashboard/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/dashboard/tables.py b/opentech/apply/dashboard/tables.py index 4d3b529af..aea08b27d 100644 --- a/opentech/apply/dashboard/tables.py +++ b/opentech/apply/dashboard/tables.py @@ -8,5 +8,5 @@ class DashboardTable(tables.Table): class Meta: model = ApplicationSubmission - fields = ('title', 'page', 'submit_time') + fields = ('title', 'page', 'round', 'submit_time') template = "dashboard/tables/table.html" -- GitLab