summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 01969ab..27399fc 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -38,8 +38,8 @@ $(function() {
<li id="left">
<ul id="sidemenu">
{% if user.is_authenticated %}
- <li><a class="gravatar" href="#" title="{{profile.email}}"></a></li>
- <li><a href="/user/home"><span class="ui-icon ui-icon-home"></span>{{profile.display_name}}</a></li>
+ <li><a class="gravatar" href="#" title="{{user.email}}"></a></li>
+ <li><a href="/user/home"><span class="ui-icon ui-icon-home"></span>{{user.get_full_name}}</a></li>
{% endif %}
<li style="border-top: 1px solid black; width: 100%; margin-top: 5px;">&nbsp;</li>
{% if name %}