logout link (quick hack, no slo)

This commit is contained in:
Thomas NOËL 2013-09-11 14:46:01 +02:00
parent e4d99dbaa6
commit f5fc39f905
2 changed files with 14 additions and 1 deletions

View File

@ -71,6 +71,15 @@ ul li.dark-bg h2 {
position: relative;
}
#logout {
position: absolute;
right: -5%;
top: 0px;
background: white;
padding: 5px 10px;
border-radius: 0 0 5px 5px;
}
#portal {
position: absolute;
right: 10px;

View File

@ -15,10 +15,14 @@
{% endblock %}
{% block page-title %}
Univcloud
UnivCloud
{% endblock %}
{% block content %}
<div id="logout">
<a href="/accounts/logout">Déconnexion</a>
</div>
<div class="gridster">
<ul>
{% for app in apps %}