logout.compact: Fix logout redirect.

This commit is contained in:
Andre D
2013-07-16 19:22:04 -07:00
committed by Keith Mitchell
parent 0ce026b6c1
commit 2542e693e7

View File

@@ -94,7 +94,7 @@
</div>
%if authentication.user_can_log_out():
<div class="menuitem bottm-bar">
${logout()}
${logout(dest=request.fullpath)}
</div>
% endif
%else: