commit | 76432721d98221b1abdd1b9814b266cb54a32a39 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 06 16:52:17 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 06 16:52:17 2012 +0530 |
tree | ca295823d129d40197f23ba39bcb7c792201878b | |
parent | aaa36874bc2a894eedb6878e9b58a7ad3bf79243 [diff] [blame] |
patch fix
diff --git a/website/web_cache.py b/website/web_cache.py index 60672d8..a1ab2b9 100644 --- a/website/web_cache.py +++ b/website/web_cache.py
@@ -22,6 +22,7 @@ import conf import webnotes import website.utils +from webnotes.utils import cstr template_map = { 'Web Page': 'html/web_page.html', @@ -42,7 +43,6 @@ comments += "\n\npage load status: cache" # insert comments - import webnotes.utils html += """\n<!-- %s -->""" % webnotes.utils.cstr(comments) return html