aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-17 21:50:20 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-17 21:50:20 +0100
commit03635203ea55bbb101089ff9197ea2c6cde9c74a (patch)
tree874c788669602c0dfac4ee6410ed31a8698952d4 /src/templates
parentb8832094f9f9c21e13e18d679b46005716e7fb9a (diff)
downloadUKGenderPayGap-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')
-rw-r--r--src/templates/index.html.j22
-rw-r--r--src/templates/template.html.j22
2 files changed, 2 insertions, 2 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">
diff --git a/src/templates/template.html.j2 b/src/templates/template.html.j2
index 834e798..81554b1 100644
--- a/src/templates/template.html.j2
+++ b/src/templates/template.html.j2
@@ -30,7 +30,7 @@
<p>Data provided by the <a href="https://gender-pay-gap.service.gov.uk/">UK Government</a> and the <a href="https://www.ons.gov.uk/aboutus/transparencyandgovernance/freedomofinformationfoi/ukpostcodestownsandcounties">Office for National Statistics</a></p>
</header>
- <aside>
+ <aside id="theAside">
<form id="searchform" action="/search_click" method="POST">
<input type="search" id="search_entry" name="search" required>
<input type="submit" value="Search" id="search_btn">