Skip to content

Commit

Permalink
Added url
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandana3008 authored Nov 22, 2024
1 parent 3b1224b commit d5a9439
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,13 @@
instructor_dashboard_views.instructor_dashboard_2,
name='instructor_dashboard',
),
re_path(
r'^courses/{}/instructor/extras/(?P<loadTab>.*?)$'.format(
settings.COURSE_ID_PATTERN,
),
instructor_dashboard_views.load_tab,
name='instructor_dashboard',
),

re_path(
r'^courses/{}/set_course_mode_price$'.format(
Expand Down

0 comments on commit d5a9439

Please sign in to comment.