diff options
author | ssmith <ssmith@iol.unh.edu> | 2020-06-18 18:30:39 -0400 |
---|---|---|
committer | ssmith <ssmith@iol.unh.edu> | 2020-06-23 12:31:15 -0400 |
commit | 596664b37c17b31f2b5faa0d5144e4317179e0ba (patch) | |
tree | 77f73b960d3486cc3da8fc1d60bfd81ce17ca588 /src/templates/akraino/dashboard/landing.html | |
parent | f96012fae9a106228ad80671a8c66476834a50db (diff) |
Enable OpenID
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: I4397976dbafce1d9d1cccc52f0e705891e59153a
Diffstat (limited to 'src/templates/akraino/dashboard/landing.html')
-rw-r--r-- | src/templates/akraino/dashboard/landing.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/akraino/dashboard/landing.html b/src/templates/akraino/dashboard/landing.html index d7f434b..39eebb6 100644 --- a/src/templates/akraino/dashboard/landing.html +++ b/src/templates/akraino/dashboard/landing.html @@ -18,5 +18,12 @@ <p>To get started, book a pod below:</p> <a class="btn btnAkr btn-lg d-flex flex-column justify-content-center align-content-center border text-white p-4" href="/booking/quick/">Book a Pod</a> {% endblock btnGrp %} + +{% block biglogin %} +<h4 class="text-center"> + To get started, please log in with <a href="{% url 'oidc_authentication_init' %}"> Linux Foundation ID</a> +</h4> +{% endblock biglogin %} + {% block returningUsers %} {% endblock returningUsers %} |