From 1977eb2306878d9ba13c7d7de5b1df3a82676ef4 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Mon, 10 Jul 2017 12:59:11 -0400 Subject: [PATCH] Reorder the if and else in landing page. --- blocnote/apps/landingPage/templates/landingPage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocnote/apps/landingPage/templates/landingPage/index.html b/blocnote/apps/landingPage/templates/landingPage/index.html index f510c68..b19077f 100644 --- a/blocnote/apps/landingPage/templates/landingPage/index.html +++ b/blocnote/apps/landingPage/templates/landingPage/index.html @@ -61,7 +61,6 @@ - {% endif %} {% if if_completed_for_budget %} @@ -83,6 +82,7 @@ {% endif %} + {% endif %} -- GitLab