diff options
Diffstat (limited to 'data/templates/base.htm')
| -rw-r--r-- | data/templates/base.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index 8192b6b..ec2b746 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -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> |
