From 176ec9aacbc87e6077e8807c60f95a1ccbbc26e3 Mon Sep 17 00:00:00 2001 From: Adam LeBlanc Date: Thu, 5 Mar 2020 12:37:38 -0500 Subject: Add akraino template for dashboard Signed-off-by: Adam LeBlanc Change-Id: I02242e00779bcae7cd7622c2e891e4199c8d0e71 Signed-off-by: Adam LeBlanc --- src/templates/base/dashboard/landing.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/templates/base/dashboard') diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index 9e45b09..dd09dc4 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -32,9 +32,9 @@ To get started, please log in with your Linux Foundation Jira account {% else %} + {% block btnGrp %}

To get started, book a server below:

- + Book a Server

PTLs can use our advanced options to book multi-node pods. If you are a PTL, you may use the options @@ -45,11 +45,13 @@ + {% endblock btnGrp %} {% endif %} {% if not request.user.is_anonymous %} + {% block returningUsers %}

Returning Users

If you're a returning user, some of the following options may be of interest:

@@ -65,6 +67,7 @@ {% endif %}
+ {% endblock returningUsers %} {% endif %} -- cgit 1.2.3-korg