seitime-frappe/frappe/templates/pages/error.py
2014-02-14 14:55:11 +05:30

11 lines
257 B
Python

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