From 67487f8ad2d78dea5f0cfc15228e6ca86b0feb29 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 21 Jun 2012 10:38:33 -0400 Subject: [PATCH] Modal wip --- lms/templates/index.html | 3 --- lms/templates/navigation.html | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lms/templates/index.html b/lms/templates/index.html index 3ed8f1326c..07967c8668 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -53,8 +53,5 @@
- - <%include file="login_modal.html" /> - diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index 5d96fb9bed..ff96583a2a 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -49,3 +49,7 @@ %endif + +%if not user.is_authenticated(): + <%include file="login_modal.html" /> +%endif