profile: form is now my settings page, removed (Page, profile-settings)

This commit is contained in:
Rushabh Mehta
2012-11-28 15:19:51 +05:30
parent d5bf5153fa
commit bd919caa9b
14 changed files with 22 additions and 426 deletions

View File

@@ -82,8 +82,6 @@ def boot_session(bootinfo):
# if no company, show a dialog box to create a new company
bootinfo['setup_complete'] = webnotes.conn.sql("""select name from
tabCompany limit 1""") and 'Yes' or 'No'
bootinfo['user_background'] = webnotes.conn.get_value("Profile", webnotes.session['user'], 'background_image') or ''
# load subscription info
import conf