Browse Source

[fix] [minor] commit on web logout

version-14
Anand Doshi 12 years ago
parent
commit
ea77dd3a68
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webnotes/handler.py

+ 1
- 0
webnotes/handler.py View File

@@ -53,6 +53,7 @@ def web_logout():
webnotes.repsond_as_web_page("Logged Out", """<p>You have been logged out.</p> webnotes.repsond_as_web_page("Logged Out", """<p>You have been logged out.</p>
<p><a href='index'>Back to Home</a></p>""") <p><a href='index'>Back to Home</a></p>""")
webnotes.login_manager.logout() webnotes.login_manager.logout()
webnotes.commit()


@webnotes.whitelist() @webnotes.whitelist()
def uploadfile(): def uploadfile():


Loading…
Cancel
Save