Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions service/templates/branding.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<div class = "container">
<img src="authorize/dev.jpeg" alt="Dev" class="img-responsive" style="width:70%; height:70%">
</div>
{% else %}
<div class="container">
<img src="authorize/tapis.jpg" alt="Tapis" class="img-responsive" style="width:70%; height:70%">
</div>
{% endif %}

{% else %}
Expand All @@ -39,8 +35,6 @@
<img src="authorize/dev.jpeg" alt="Dev">
{% elif tenant_id == "tacc" %}
<img src="authorize/tacc-formal.svg" alt="TACC">
{% else %}
<img src="authorize/tapis.png" alt="Tapis">
{% endif %}

{% endif %}
8 changes: 3 additions & 5 deletions service/templates/content_figure.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<figure>
{% 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 %}
Expand Down
2 changes: 0 additions & 2 deletions service/templates/content_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
<a href="https://tacc.utexas.edu/use-tacc/user-policies/">
Policies
</a>
{% if client_display_name == "TACC User Portal" %}
<a href="https://tapis-project.org" target="_blank" class="powered_by">
Powered by:
<img src="https://dev.develop.tapis.io/v3/oauth2/authorize/tapis.png"
alt="Tapis logo" title="Tapis (TACC APIs)" height="50px">
</a>
{% endif %}
</footer>