summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 4061643..5440afc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -77,6 +77,9 @@
<ul>
<li class="button"><a id="logout" href="/accounts/logout">Logout</a></li>
</ul>
+ <ul>
+ <li class="button"><a id="dashboard" href="/user/home">Dashboard</a></li>
+ </ul>
</div>
{% endif %}
{% if noname %}