From 953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 16 May 2023 14:11:51 +0100 Subject: Added alt text, docker --- templates/index.html.j2 | 16 -------- templates/plot.html.j2 | 8 ---- templates/search.html.j2 | 16 -------- templates/template.html.j2 | 95 ---------------------------------------------- 4 files changed, 135 deletions(-) delete mode 100644 templates/index.html.j2 delete mode 100644 templates/plot.html.j2 delete mode 100644 templates/search.html.j2 delete mode 100644 templates/template.html.j2 (limited to 'templates') 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 %} -
- -
-{% endblock %} \ No newline at end of file diff --git a/templates/plot.html.j2 b/templates/plot.html.j2 deleted file mode 100644 index 91a3a36..0000000 --- a/templates/plot.html.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} -
-
-
-

{{ alt }}

-
-{% endblock %} \ No newline at end of file diff --git a/templates/search.html.j2 b/templates/search.html.j2 deleted file mode 100644 index 4de432c..0000000 --- a/templates/search.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - -{% endblock %} \ No newline at end of file diff --git a/templates/template.html.j2 b/templates/template.html.j2 deleted file mode 100644 index 164caa8..0000000 --- a/templates/template.html.j2 +++ /dev/null @@ -1,95 +0,0 @@ - - - - - UK Gender Pay Gap :: {{ title }} - - - - - - - - - - - - - - - - - - - - - -
-

{{ title }}

-

Data provided by the UK Government and the Office for National Statistics

-
- - - -
- {% block content %} - {% endblock %} -
- - - \ No newline at end of file -- cgit v1.2.3