aboutsummaryrefslogtreecommitdiffstats
path: root/templates/template.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template.html.j2')
-rw-r--r--templates/template.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index 89539d2..4c08853 100644
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -25,14 +25,14 @@
<body>
<header>
- <h1>{{ title }}</h1>
+ <a href="/"><h1>{{ title }}</h1></a>
<p>Data provided by the <a href="https://gender-pay-gap.service.gov.uk/">UK Government</a></p>
</header>
<aside>
- <form id="searchform">
- <input type="search" value="Search...">
- <input type="submit" value="Search">
+ <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">
</form>
<h4>Filter...</h4>
</aside>