diff --git a/service/templates/branding.html b/service/templates/branding.html index ef0eadc..583b095 100644 --- a/service/templates/branding.html +++ b/service/templates/branding.html @@ -21,10 +21,6 @@
Dev
- {% else %} -
- Tapis -
{% endif %} {% else %} @@ -39,8 +35,6 @@ Dev {% elif tenant_id == "tacc" %} TACC - {% else %} - Tapis {% endif %} {% endif %} diff --git a/service/templates/content_figure.html b/service/templates/content_figure.html index 58fa3cf..b5254d6 100644 --- a/service/templates/content_figure.html +++ b/service/templates/content_figure.html @@ -1,9 +1,7 @@
- {% if client_display_name != "TACC User Portal" %} - {% with tenant_id=tenant_id %} - {% include "./branding.html" %} - {% endwith %} - {% endif %} + {% with tenant_id=tenant_id %} + {% include "./branding.html" %} + {% endwith %} {% with tenant_id="tacc" %} {% include "./branding.html" %} {% endwith %} diff --git a/service/templates/content_footer.html b/service/templates/content_footer.html index be18ac8..c462ea6 100644 --- a/service/templates/content_footer.html +++ b/service/templates/content_footer.html @@ -11,11 +11,9 @@ Policies - {% if client_display_name == "TACC User Portal" %} Powered by: Tapis logo - {% endif %}