6 lines
157 B
Python
6 lines
157 B
Python
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# License: MIT. See LICENSE
|
|
|
|
|
|
def get_context(context):
|
|
context.http_status_code = 404
|