diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-17 21:50:20 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-17 21:50:20 +0100 |
commit | 03635203ea55bbb101089ff9197ea2c6cde9c74a (patch) | |
tree | 874c788669602c0dfac4ee6410ed31a8698952d4 /src/templates/index.html.j2 | |
parent | b8832094f9f9c21e13e18d679b46005716e7fb9a (diff) | |
download | UKGenderPayGap-03635203ea55bbb101089ff9197ea2c6cde9c74a.tar.gz UKGenderPayGap-03635203ea55bbb101089ff9197ea2c6cde9c74a.zip |
Added index page for a specific employer, added large plots for those specific employers
Diffstat (limited to 'src/templates/index.html.j2')
-rw-r--r-- | src/templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html.j2 b/src/templates/index.html.j2 index 68f9837..029ed70 100644 --- a/src/templates/index.html.j2 +++ b/src/templates/index.html.j2 @@ -1,7 +1,7 @@ {% extends "template.html.j2" %} {% block content %} <div id="multicharts"> - <ul> + <ul id="charts_ul"> {% for elem in charts %} <li> <figure class="chart_container"> |