Skip to content

Commit

Permalink
make logout link clickable #102
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne committed Aug 25, 2016
1 parent bc81578 commit 5491221
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions anthill/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h1><a href="/" style="text-decoration: none; border-bottom: none; color: black;
</div>
</header-->

<header class="navbar navbar-default navbar-has-image navbar-top">
<a id="logout" href="{% url 'logout_view' %}">Ausloggen</a>
<header class="navbar navbar-default navbar-has-image navbar-top">
<div class="container">
<div class="small_container">
<div class="row">
Expand Down Expand Up @@ -69,6 +68,8 @@ <h1><a href="/" style="text-decoration: none; border-bottom: none; color: black;
<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.vanderbellen.at/" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a> <a href="https://twitter.com/home?status=Van der Bellen 2016 https://www.vanderbellen.at/'" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
</div>
</div>

<a id="logout" href="{% url 'logout_view' %}">Ausloggen</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 5491221

Please sign in to comment.