Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
need to close div tag when no logout_url
Browse files Browse the repository at this point in the history
  • Loading branch information
btb committed Apr 10, 2018
1 parent c8f106b commit 0e353f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supporttools/templates/supporttools/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ <h1 class="pull-left tool-name"><a href="{{ supporttools_parent_app_url|default:
<div class="pull-right" style="display:inline-block; color:red;"><i class="fa fa-user"></i>&nbsp;{{supporttools_user}}
{% url 'saml_logout' as logout_url %}
{% if logout_url %}
&nbsp;<a class="label label-danger" href="{{ logout_url }}">Logout</a></div>
&nbsp;<a class="label label-danger" href="{{ logout_url }}">Logout</a>
{% endif %}
</div>
</div>

<h2 class="sr-only">Tool Navigation</h2>
Expand Down

0 comments on commit 0e353f1

Please sign in to comment.