Use canonical URL for logout POST.

This commit is contained in:
Max Goodman
2013-03-19 14:45:59 -07:00
parent a3c8867525
commit 571f8f70f6

View File

@@ -438,7 +438,7 @@ ${unsafe(txt)}
</%def>
<%def name="logout(top=False,dest=None,a_class='')">
<form method="post" action="/logout" class="logout hover"
<form method="post" action="${add_sr('/logout', sr_path=False)}" class="logout hover"
%if top:
target="_top"
%endif