diff options
Diffstat (limited to 'fossee_manim/urls.py')
-rw-r--r-- | fossee_manim/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fossee_manim/urls.py b/fossee_manim/urls.py index c41dd11..e22df91 100644 --- a/fossee_manim/urls.py +++ b/fossee_manim/urls.py @@ -27,6 +27,8 @@ urlpatterns = [ url(r'^search_category/(?P<cat>.+)$', views.search_category, name='search_category'), url(r'^about/$',views.about, name='about'), + url(r'^explore/(?P<category>.+)$', views.explore, + name='explore'), ] urlpatterns += static( |