diff options
-rw-r--r-- | templates/logout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logout.html b/templates/logout.html index b13e5e25..6270924a 100644 --- a/templates/logout.html +++ b/templates/logout.html @@ -7,7 +7,7 @@ {% block forejs %} <script type="text/javascript"> $().ready(function(){ - $('#btLogout').bind('click', function(){ window.location.href='/account/signout/?next={{ next }}'; }); + $('#btLogout').bind('click', function(){ window.location.href='{% url user_signout %}?next={{ next }}'; }); }); </script> |