Skip to content
Snippets Groups Projects
Commit 4d9cee86 authored by Chris Lawton's avatar Chris Lawton
Browse files

fixing flake8 spacing error in tables.py

parent 5e7b696a
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ class DashboardTable(tables.Table):
def render_status_name(self, value):
return mark_safe(f'<span>{ value }</span>')
def get_used_rounds(request):
return Round.objects.filter(submissions__isnull=False).distinct()
......
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