summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/base.html b/src/templates/base.html
index 1541252..e0b3ac4 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -79,7 +79,8 @@
<li>
<ul>
<li><h3>Users</h3></li>
- <li><a class="tip" title="{{ user.get_full_name }}" href="{% prefix %}/rooms">My Profile</a></li>
+ <li><a class="tip" title="Your list of meeting resources.." href="{% prefix %}/rooms">My Profile</a></li>
+ <li><a class="tip" title="Find out how much you use e-meetings..." href="{% prefix %}/stats">Usage Statistics</a></li>
<li><a class="tip" title="Logout" id="logout" href="{% prefix %}/accounts/logout">Logout</a></li>
</ul>
</li>