From 333859a8c1ab57e70ea57e92a22eaac6a1a1c0ac Mon Sep 17 00:00:00 2001 From: adityacp Date: Thu, 22 Feb 2018 18:05:00 +0530 Subject: Change templates, test_views.py, urls.py, views.py - Change copy_type to shallow and deep --- yaksh/templates/yaksh/courses.html | 6 +++--- yaksh/templates/yaksh/design_course_session.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html index 9c00957..b19f094 100644 --- a/yaksh/templates/yaksh/courses.html +++ b/yaksh/templates/yaksh/courses.html @@ -133,12 +133,12 @@
  • - + Copy Course

  • - + Clone Course
  • @@ -274,7 +274,7 @@
  • - + Clone Course
  • diff --git a/yaksh/templates/yaksh/design_course_session.html b/yaksh/templates/yaksh/design_course_session.html index ee530e0..6542e3c 100644 --- a/yaksh/templates/yaksh/design_course_session.html +++ b/yaksh/templates/yaksh/design_course_session.html @@ -23,7 +23,7 @@
    -

    Available Lessons and quizzes: (Add Lessons and Quizzes)

    +

    Available Modules:

    @@ -64,7 +64,7 @@
    -

    Choosen Lessons and quizzes:

    +

    Choosen Modules:

    -- cgit