From 52e5791e8c4f609595c7bfc04433ea6cf440843a Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Thu, 14 Feb 2019 14:46:52 -0800 Subject: [PATCH] Fix REGISTER_NEW_DIDS conditional statement. --- server/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/static/index.html b/server/static/index.html index 9b04265..f8e6679 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -123,7 +123,7 @@

- {% if REGISTER_NEW_DIDS %} + {% if REGISTER_NEW_DIDS == "True" %}