summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-09 09:02:13 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-09 09:02:13 +0100
commitfd87e398e056ec3cb721b8af65090b864def6381 (patch)
tree3cdc319a83399936d978ee9271aa4919e3069ef8 /templates
parent4386fdd114a3aff00a71adac858882d7cf8e3c28 (diff)
various cleanup
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 22b479b..5944a3d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -101,7 +101,8 @@
<ul>
<li><h3>Users</h3></li>
{% if user.is_authenticated %}
- <li><a href="/user/home">My Dashboard</a></li>
+ <li><a class="tip" title="My Dashboard" href="/user/home">My Dashboard</a></li>
+ <li><a class="tip" title="Connected Applications" href="/oauth2/tokens">Connected Applications</a></li>
<li><a class="tip" title="Logout" id="logout" href="/accounts/logout/">Logout</a></li>
{% endif %}
</ul>
@@ -118,6 +119,7 @@
<li>
<ul>
<li><h3>Developers</h3></li>
+ <li><a href="/oauth2/clients">Application Keys</a></li>
</ul>
</li>
</ul>