From 25e19c0f528e6093dda83b0c48f559f481f96247 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 2 Oct 2018 11:37:51 -0400 Subject: [PATCH] Hide DEV login button for demo --- templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.html b/templates/login.html index 0ff48b72..7b2e07e0 100644 --- a/templates/login.html +++ b/templates/login.html @@ -17,7 +17,7 @@ Sign in with CAC - {% if g.dev %} + {% if False %} DEV Login {% endif %}