summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2020-11-03 11:32:26 +0530
committeradityacp2020-11-03 11:32:26 +0530
commiteac52e0198000d96b4c84f9fa6b63ea50cc59f1d (patch)
treebe8de9d55aa99501ef5713cfb944c4c04021b901 /yaksh/urls.py
parent430c8d1480d897e9fc0dc328bad173642d0a2946 (diff)
downloadonline_test-eac52e0198000d96b4c84f9fa6b63ea50cc59f1d.tar.gz
online_test-eac52e0198000d96b4c84f9fa6b63ea50cc59f1d.tar.bz2
online_test-eac52e0198000d96b4c84f9fa6b63ea50cc59f1d.zip
Multiple changes
- Add tinymce editor to the question description in lesson quiz - Fix katex rendering in the lesson quiz questions - Remove unncessary preview description view function - Keep the fixed height for the lesson table of contents div
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index 82785ca..f15d91a 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -199,8 +199,6 @@ urlpatterns = [
views.design_module, name="design_module"),
url(r'^manage/courses/designmodule/(?P<module_id>\d+)/'
'(?P<course_id>\d+)/$', views.design_module, name="design_module"),
- url(r'^manage/courses/lesson/preview/$',
- views.preview_html_text, name="preview_html_text"),
url(r'^manage/courses/add_module/(?P<course_id>\d+)/$',
views.add_module, name="add_module"),
url(r'^manage/courses/add_module/(?P<course_id>\d+)/(?P<module_id>\d+)/$',