diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2020-06-23 21:18:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-06-23 21:18:19 +0000 |
commit | 682f7ebb6d0be5ddd8e4c699e1f87fc20a3fe1e3 (patch) | |
tree | acf41c2c41ccb053f7cbf4ff9d814419e9fd9edf /src/templates/base | |
parent | 2b15204ca0f8d9a51c3b4963db904d797ebb8186 (diff) | |
parent | 57d1635845df4a8b045805b66e8fbec5010ce97f (diff) |
Merge "Revert "Enable OpenID""
Diffstat (limited to 'src/templates/base')
-rw-r--r-- | src/templates/base/base.html | 2 | ||||
-rw-r--r-- | src/templates/base/dashboard/landing.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/templates/base/base.html b/src/templates/base/base.html index f86cff8..cc6d38d 100644 --- a/src/templates/base/base.html +++ b/src/templates/base/base.html @@ -44,7 +44,6 @@ {% endif %} <i class="fas fa-caret-down rotate"></i> </a> - {% block login %} <div class="dropdown-menu dropdown-menu-right"> {% if user.is_authenticated %} <a href="{% url 'account:settings' %}" class="text-dark dropdown-item"> @@ -62,7 +61,6 @@ </a> {% endif %} </div> - {% endblock login %} </li> </ul> </div> diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index c46b0fa..dd09dc4 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -28,11 +28,9 @@ <div class="col-12 col-lg-6 mb-4"> <h2 class="border-bottom">Get Started</h2> {% if request.user.is_anonymous %} - {% block biglogin %} <h4 class="text-center"> To get started, please log in with your <a href="/accounts/login">Linux Foundation Jira account</a> </h4> - {% endblock biglogin %} {% else %} {% block btnGrp %} <p>To get started, book a server below:</p> |