diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-18 16:11:27 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-18 16:11:27 +0100 |
commit | 669ab74f61e19b4a7f72dba303ffb2e09aa376f4 (patch) | |
tree | f724751ed3a71142dd9232ab96070cefd0876c9d /src/templates | |
parent | 4513fe78fad87558bb3d660ec5f0163ccb892075 (diff) | |
download | UKGenderPayGap-669ab74f61e19b4a7f72dba303ffb2e09aa376f4.tar.gz UKGenderPayGap-669ab74f61e19b4a7f72dba303ffb2e09aa376f4.zip |
Added page about datasets
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/datasets.html.j2 | 4 | ||||
-rw-r--r-- | src/templates/template.html.j2 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/datasets.html.j2 b/src/templates/datasets.html.j2 new file mode 100644 index 0000000..4cf2e30 --- /dev/null +++ b/src/templates/datasets.html.j2 @@ -0,0 +1,4 @@ +{% extends "template.html.j2" %} +{% block content %} + <p id="datasetnotes">{{ md_html|safe }}</p> +{% endblock %}
\ No newline at end of file diff --git a/src/templates/template.html.j2 b/src/templates/template.html.j2 index be51c12..48c5da9 100644 --- a/src/templates/template.html.j2 +++ b/src/templates/template.html.j2 @@ -91,6 +91,7 @@ </div> <footer> + <p><a href="/datasets">Notes on datasets used</a></p> <p><a href="https://github.com/jwansek/UKGenderPayGap">Source code</a> released under GPLv3 - <a href="https://git.eda.gay/UKGenderPayGap">Non-Github mirror</a></p> </footer> </body>
\ No newline at end of file |