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:
Chris Dodge
2013-06-05 21:31:32 -04:00
committed by Brian Talbot
parent 7d7513b6fe
commit e23b693d90
6 changed files with 30 additions and 12 deletions

View File

@@ -401,7 +401,8 @@ body.dashboard {
.new-course-org,
.new-course-number,
.new-course-name {
.new-course-name,
.new-course-run {
width: 100%;
}