seitime-frappe/webnotes/templates/pages/error.py
2014-02-07 19:34:38 +05:30

11 lines
261 B
Python

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
import webnotes
no_cache = 1
no_sitemap = 1
def get_context(context):
return {"error": webnotes.get_traceback()}