diff --git a/community/hooks.py b/community/hooks.py index 2bfcd60f..cb60397d 100644 --- a/community/hooks.py +++ b/community/hooks.py @@ -128,6 +128,7 @@ scheduler_events = { # auto_cancel_exempted_doctypes = ["Auto Repeat"] website_route_rules = [ + {"from_route": "/sketches/", "to_route": "sketches/sketch"}, {"from_route": "/courses/", "to_route": "courses/course"}, {"from_route": "/courses//", "to_route": "courses/topic"}, ] diff --git a/community/www/sketches/index.html b/community/www/sketches/index.html index e99ff675..2a6381f0 100644 --- a/community/www/sketches/index.html +++ b/community/www/sketches/index.html @@ -13,7 +13,7 @@
@@ -21,13 +21,13 @@