mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
logout.compact: Fix logout redirect.
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
</div>
|
||||
%if authentication.user_can_log_out():
|
||||
<div class="menuitem bottm-bar">
|
||||
${logout()}
|
||||
${logout(dest=request.fullpath)}
|
||||
</div>
|
||||
% endif
|
||||
%else:
|
||||
|
||||
Reference in New Issue
Block a user