website updates and leave balance bugfix

This commit is contained in:
Rushabh Mehta
2012-12-06 16:45:00 +05:30
parent c66305dcdc
commit 87192da372
5 changed files with 114 additions and 146 deletions

View File

@@ -39,7 +39,7 @@ def get_page_html(page_name, comments=''):
if not html:
html = load_into_cache(page_name)
comments += "\n\npage load status: fresh"
comments += "\n\npage load status: cache"
# insert comments
import webnotes.utils