Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
progmatic-99 committed Sep 9, 2021
1 parent ccac20b commit 8c8ea74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/custom_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"session_type": {"include": 0, "require": 0},
"language": {"include": 0, "require": 0},
"slides": {"include": 1, "require": 0},
"slides_url": {"include": 0, "require": 0}, # needs to be removed
"video_url": {"include": 0, "require": 0},
"audio_url": {"include": 0, "require": 0},
"level": {"include": 0, "require": 0},
Expand Down Expand Up @@ -101,6 +102,7 @@
"sessionType": "Session Type",
"level": "Level",
"language": "Language",
"slidesUrl": "Slide", # needs to be removed
"slides": "Slides",
"videoUrl": "Video",
"audioUrl": "Audio",
Expand Down

0 comments on commit 8c8ea74

Please sign in to comment.