[design] Setup Wizard

This commit is contained in:
Anand Doshi
2015-02-12 18:58:28 +05:30
parent 4a149c0791
commit c82331bc19
7 changed files with 553 additions and 376 deletions

View File

@@ -68,3 +68,8 @@ scheduler_events = {
default_mail_footer = """<div style="padding: 7px; text-align: right;">
<a style="color: #888; font-size: 80%;" href="https://erpnext.com">Sent via ERPNext</a></div>"""
get_translated_dict = {
("page", "setup-wizard"): "frappe.geo.country_info.get_translated_dict",
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
}