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

add correct classes after refactor

parent 97f68606
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ from .widgets import Select2MultiCheckboxesWidget ...@@ -17,7 +17,7 @@ from .widgets import Select2MultiCheckboxesWidget
def make_row_class(record): def make_row_class(record):
css_class = 'all-submissions__child' if record.next else 'all-submissions__parent' css_class = 'submission-meta__row' if record.next else 'all-submissions__parent'
css_class += '' if record.active else ' is-inactive' css_class += '' if record.active else ' is-inactive'
return css_class return css_class
......
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