put a 4th field in the create new course form where the user must specify a course_run. Also update unit tests to also provide this 4th parameter. Styling changes to better lay out the form fields are still TBD.
This commit is contained in:
committed by
Brian Talbot
parent
7d7513b6fe
commit
e23b693d90
@@ -401,7 +401,8 @@ body.dashboard {
|
||||
|
||||
.new-course-org,
|
||||
.new-course-number,
|
||||
.new-course-name {
|
||||
.new-course-name,
|
||||
.new-course-run {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user