feat: dashboard

This commit is contained in:
pateljannat
2021-04-12 14:05:02 +05:30
parent 767aaac913
commit 258ccb1642
6 changed files with 266 additions and 52 deletions

View File

@@ -134,7 +134,8 @@ primary_rules = [
{"from_route": "/courses/<course>/<topic>", "to_route": "courses/topic"},
{"from_route": "/hackathons", "to_route": "hackathons"},
{"from_route": "/hackathons/<hackathon>", "to_route": "hackathons/hackathon"},
{"from_route": "/hackathons/<hackathon>/<project>", "to_route": "hackathons/project"}
{"from_route": "/hackathons/<hackathon>/<project>", "to_route": "hackathons/project"},
{"from_route": "/dashboard", "to_route": ""}
]
# Any frappe default URL is blocked by profile-rules, add it here to unblock it