summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>