Skip to content
Snippets Groups Projects
Commit 8b195484 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update the table to display round infromation

parent d66e023e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment