From 99dfb2c0e97bce2f8827a6e8eef79b4abb60297a Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Wed, 19 Aug 2020 11:00:50 -0400 Subject: LFID login for both projects Signed-off-by: Sean Smith Change-Id: I4a14dc75d7890a6d395b3f52177a7000ae1a2150 --- src/templates/base/dashboard/landing.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/templates/base/dashboard/landing.html') diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index 3291606..4ed2ec1 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -43,11 +43,15 @@

Get Started

{% if request.user.is_anonymous %} - {% block biglogin %} + {% if LFID %} +

+ To get started, please log in with Linux Foundation ID +

+ {% else %}

To get started, please log in with your Linux Foundation Jira account

- {% endblock biglogin %} + {% endif %} {% else %} {% block btnGrp %}

To get started, book a server below:

-- cgit 1.2.3-korg