summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index 7bd3182..b60b5f5 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -267,4 +267,6 @@ urlpatterns = [
views.lesson_statistics, name='lesson_statistics'),
path('manage/lesson/stats/<int:course_id>/<int:lesson_id>/<int:toc_id>',
views.lesson_statistics, name='lesson_statistics'),
+ path('manage/download/sample/toc',
+ views.download_sample_toc, name='download_sample_toc'),
]