fix: messages and url

This commit is contained in:
pateljannat
2021-05-31 13:39:31 +05:30
parent a8752afb3b
commit bb0aa09b4e
4 changed files with 21 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ primary_rules = [
{"from_route": "/courses/<course>/<batch>/discuss", "to_route": "batch/discuss"},
{"from_route": "/courses/<course>/<batch>/about", "to_route": "batch/about"},
{"from_route": "/courses/<course>/<batch>/progress", "to_route": "batch/progress"},
{"from_route": "/become-a-member/<batch>", "to_route": "batch/become-a-member"}
{"from_route": "/courses/<course>/<batch>/join", "to_route": "batch/join"}
]
# Any frappe default URL is blocked by profile-rules, add it here to unblock it