fix: messages and url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user