From 79a705c0c81d52995e692f67d475a2b1494c3ece Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Sat, 18 May 2019 13:39:20 -0500 Subject: [PATCH] Fix server version on home page for playground deployment --- gracedb/templates/gracedb/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracedb/templates/gracedb/index.html b/gracedb/templates/gracedb/index.html index 88b0ac363..f601f4b8c 100644 --- a/gracedb/templates/gracedb/index.html +++ b/gracedb/templates/gracedb/index.html @@ -88,8 +88,8 @@ body { <li><a href="https://gw-astronomy.org/wiki/LV_EM/TechInfo">LV-EM Technical Info</a></li> <li><a href="https://dcc.ligo.org/G1501296">Tutorial for operators and detector engineers</a></li> </ul> - <p>Server code version: <b>{{server_version}}</b></p> {% endif %} + <p>Server code version: <b>{{server_version}}</b></p> </div> <!--XXX Infrastructure for human signoffs. Hopefully this will not be permanent. --> -- GitLab