diff --git a/service/templates/authorize.html b/service/templates/authorize.html index 315b0b8..66db61d 100644 --- a/service/templates/authorize.html +++ b/service/templates/authorize.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Connect to Tapis

The {{ client_display_name }} wants to use Tapis (TACC APIs) service to grant actions on behalf of {{ username }}.

diff --git a/service/templates/content_figure.html b/service/templates/content_figure.html new file mode 100644 index 0000000..58fa3cf --- /dev/null +++ b/service/templates/content_figure.html @@ -0,0 +1,10 @@ +
+ {% if client_display_name != "TACC User Portal" %} + {% with tenant_id=tenant_id %} + {% include "./branding.html" %} + {% endwith %} + {% endif %} + {% with tenant_id="tacc" %} + {% include "./branding.html" %} + {% endwith %} +
diff --git a/service/templates/device-code.html b/service/templates/device-code.html index c03ba6b..e48eaa3 100644 --- a/service/templates/device-code.html +++ b/service/templates/device-code.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Enter User Code

diff --git a/service/templates/login.html b/service/templates/login.html index 9ff05a8..763c71c 100644 --- a/service/templates/login.html +++ b/service/templates/login.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Log In

to continue to the {{ client_display_name }}

diff --git a/service/templates/logout.html b/service/templates/logout.html index 1023cd2..e41beb2 100644 --- a/service/templates/logout.html +++ b/service/templates/logout.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %}

{% if logout_message %} diff --git a/service/templates/mfa.html b/service/templates/mfa.html index 2aefe17..3df465c 100644 --- a/service/templates/mfa.html +++ b/service/templates/mfa.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Enter MFA Token

diff --git a/service/templates/select_idp.html b/service/templates/select_idp.html index ee27d2b..3896f42 100644 --- a/service/templates/select_idp.html +++ b/service/templates/select_idp.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Log in to Tapis

Select an account to continue

diff --git a/service/templates/success.html b/service/templates/success.html index a5f1a5e..f607fe2 100644 --- a/service/templates/success.html +++ b/service/templates/success.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Congrats! Device Code entered successfully. Please return to your application

diff --git a/service/templates/tenant.html b/service/templates/tenant.html index 56fd911..486bebc 100644 --- a/service/templates/tenant.html +++ b/service/templates/tenant.html @@ -4,14 +4,7 @@

-
- {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% with tenant_id="tacc" %} - {% include "./branding.html" %} - {% endwith %} -
+ {% include "./content_figure.html" %} Tapis Tenant