diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
commit | c6f0f78483cf6ac0fd1e607db02f765c6efddc27 (patch) | |
tree | 1ed394461f5de742122c2a43424284edd7be1e29 /forum/views/meta.py | |
parent | 9413c12d2126d4f86f2340e458226e72c0d4ecec (diff) | |
download | askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.gz askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.bz2 askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.zip |
dos2unix
Diffstat (limited to 'forum/views/meta.py')
-rwxr-xr-x | forum/views/meta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/views/meta.py b/forum/views/meta.py index 6417e8f5..40f3d394 100755 --- a/forum/views/meta.py +++ b/forum/views/meta.py @@ -51,7 +51,7 @@ def logout(request):#refactor/change behavior? #I guess rationale was to tell the user that s/he may be still logged in #through their external login sytem and we'd want to remind them about it #however it might be a little annoying -#why not just show a message: you are logged out of osqa, but +#why not just show a message: you are logged out of askbot, but #if you really want to log out -> go to your openid provider return render_to_response('logout.html', { 'next' : get_next_url(request), |