From 31bb3a97d77779fdca91613e23a4ffda77f01b91 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 8 Jul 2014 16:29:07 +0530 Subject: [PATCH] app_title fixed frappe/frappe#683 --- frappe/utils/boilerplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 2c30a62694..17caf966be 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -193,7 +193,7 @@ desktop_template = """from frappe import _ def get_data(): return {{ - "{app_name}": {{ + "{app_title}": {{ "color": "{app_color}", "icon": "{app_icon}", "type": "module",