diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 14:11:51 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 14:11:51 +0100 |
commit | 953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 (patch) | |
tree | 08a4c9cd4f10a12927f7c57056617672369ed9b6 /templates/index.html.j2 | |
parent | 0faf95d56815d310290d3533d81d888deb7731f0 (diff) | |
download | UKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.tar.gz UKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.zip |
Added alt text, docker
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 deleted file mode 100644 index 234759f..0000000 --- a/templates/index.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - <div id="multicharts"> - <ul> - {% for elem in charts %} - <li> - <div class="chart_container"> - <div class="minichart" id="/minichart{{ elem['url'] }}"> - </div> - </div> - <a class="bottom_text" href="{{ elem['url'] }}">{{ elem['title'] }}</a> - </li> - {% endfor %} - </ul> - </div> -{% endblock %}
\ No newline at end of file |