Skip to content

Commit

Permalink
Remove confusing login button on home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatlotus committed Mar 7, 2016
1 parent eb4586e commit 89da4b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions caravel/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ <h1 class="branding">
<li><a href="{{ logout_url() }}">Logout</a></li>
</ul>
</div>
{% else %}
<a class="btn btn-success user-button btn-user-right"
type="button" href="{{ login_url() }}">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span>
</a>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 89da4b9

Please sign in to comment.