Add title on select release, consistent with new project

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

Change summary

ws/static/select-release.html.tmpl | 1 +
1 file changed, 1 insertion(+)

Detailed changes

ws/static/select-release.html.tmpl 🔗

@@ -3,6 +3,7 @@
 {{- with .Project }}
         <div class="wrapper">
         <form method="post" class="select-release">
+            <h2>Select release</h2>
             <div class="input">
                 <p>Which release of {{ .Name }} are you currently running?</p>
                 {{- $url := .URL -}}