summaryrefslogtreecommitdiff
path: root/fossee_manim/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/urls.py')
-rw-r--r--fossee_manim/urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/fossee_manim/urls.py b/fossee_manim/urls.py
index e22df91..dac61e2 100644
--- a/fossee_manim/urls.py
+++ b/fossee_manim/urls.py
@@ -27,6 +27,11 @@ urlpatterns = [
url(r'^search_category/(?P<cat>.+)$', views.search_category,
name='search_category'),
url(r'^about/$',views.about, name='about'),
+ url(r'^outreach/$',views.outreach, name='outreach'),
+ url(r'^library/$',views.library, name='library'),
+ url(r'^libraryMath/$',views.libraryMath, name='libraryMath'),
+ url(r'^libraryPhys/$',views.libraryPhys, name='libraryPhys'),
+ url(r'^libraryCS/$',views.libraryCS, name='libraryCS'),
url(r'^explore/(?P<category>.+)$', views.explore,
name='explore'),
]