ADD: Allow editing of user session data
[phorkie.git] / data / templates / base.htm
index 8192b6b2c20d5158fe38f5a390119868d08a2931..ec2b7469d1398f2f7b229b62fbcc225693626002 100644 (file)
@@ -27,7 +27,7 @@
       </li>
       {% if identity %}
       <li>
-       <a href="#">{{name}} ({{email}})</a>
+       <a href="/user">{{name}} ({{email}})</a>
       </li>
       <li>
        <a href="/auth?logout">Logout</a>
@@ -65,4 +65,4 @@
   </div>
 
  </body>
-</html>
\ No newline at end of file
+</html>