aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 16:09:48 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 16:09:48 -0400
commitac41dd93568256fe5f2cd75530e30bc9b7e1668d (patch)
treecad8a127786426b4bdc8d40001309ba83db19ada
parent740ce67c8db40367f83248653309e69f1866b288 (diff)
downloadphorkie-ac41dd93568256fe5f2cd75530e30bc9b7e1668d.tar.gz
phorkie-ac41dd93568256fe5f2cd75530e30bc9b7e1668d.zip
FIX: logout url
-rw-r--r--data/templates/base.htm2
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 %}