Skip to content

Commit

Permalink
Syntax issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandana3008 authored Nov 6, 2024
1 parent e38a67a commit 2312923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
name='course_search_index_handler'
),
re_path(fr'^course/{settings.COURSE_KEY_PATTERN}?$', contentstore_views.course_handler, name='course_handler'),
re_path(r'^extras/sync_moodle_attendance$', views.extras_sync_moodle_attendance, name='extras_sync_moodle_attendance'),
re_path(r'^extras/sync_moodle_attendance$', extras_sync_moodle_attendance, name='extras_sync_moodle_attendance'),

re_path(fr'^checklists/{settings.COURSE_KEY_PATTERN}?$',
contentstore_views.checklists_handler,
Expand Down

0 comments on commit 2312923

Please sign in to comment.