diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index ec2b746..5681f80 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -30,7 +30,7 @@ <a href="/user">{{name}} ({{email}})</a> </li> <li> - <a href="/auth?logout">Logout</a> + <a href="/login?logout">Logout</a> </li> {% endif %} {% if db.adapter %} |
