feat: new fields in user doctype and new web form

This commit is contained in:
pateljannat
2021-06-30 16:16:22 +05:30
parent 60c1449f40
commit ee8273fd30
9 changed files with 262 additions and 26 deletions

View File

@@ -104,6 +104,8 @@ doc_events = {
# ]
#}
fixtures = ["Custom Field"]
# Testing
# -------
@@ -166,7 +168,7 @@ whitelist = [
"/new-sign-up",
"/message",
"/about",
"/lms-course-review"
"/review"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]