From fc754250dd6bd9c1e2e0f481fdd07fc7d7d39873 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 1 Oct 2018 16:17:38 -0400 Subject: [PATCH] Check that remaining_days is not None --- templates/workspaces/reports/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 9a69dfcc..2a75ee8f 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -79,7 +79,7 @@
Remaining
- {% if remaining_days %} + {% if remaining_days is not none %} {{ remaining_days }} days {% else %} -