diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 16:09:48 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 16:09:48 -0400 |
| commit | ac41dd93568256fe5f2cd75530e30bc9b7e1668d (patch) | |
| tree | cad8a127786426b4bdc8d40001309ba83db19ada | |
| parent | 740ce67c8db40367f83248653309e69f1866b288 (diff) | |
| download | phorkie-ac41dd93568256fe5f2cd75530e30bc9b7e1668d.tar.gz phorkie-ac41dd93568256fe5f2cd75530e30bc9b7e1668d.zip | |
FIX: logout url
| -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 %} |
