diff --git a/election/templates/election/election_detail.jinja b/election/templates/election/election_detail.jinja index 4eb2ad9f..ae02c435 100644 --- a/election/templates/election/election_detail.jinja +++ b/election/templates/election/election_detail.jinja @@ -63,7 +63,7 @@ th { background: lightgrey; } -.role__multiple-choices { +.role__multiple-choices-label { color: darkgreen; } @@ -251,12 +251,12 @@ th { {%- for role in election.role.all() %} {%- set count = [0] %} {%- set role_data = election_form.data.getlist(role.title) if role.title in election_form.data else [] %} -
+