commit | f6f8ddac304ab12e4526ef776be1395c53303904 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Jan 21 18:50:03 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Jan 21 18:50:03 2013 +0530 |
tree | 9a107521a1dca9b1022c8d27fc61c068b6c6ef45 | |
parent | a495b86848448364d4bd92cc4efc9f97a489c646 [diff] |
contact us cache refresh issue
diff --git a/website/doctype/contact_us_settings/contact_us_settings.py b/website/doctype/contact_us_settings/contact_us_settings.py index 0dda32b..8e6ef29 100644 --- a/website/doctype/contact_us_settings/contact_us_settings.py +++ b/website/doctype/contact_us_settings/contact_us_settings.py
@@ -18,4 +18,4 @@ def on_update(self): from website.utils import clear_cache - clear_cache("about") \ No newline at end of file + clear_cache("contact") \ No newline at end of file