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

@@ -55,6 +55,10 @@
<label>${_("Course Number")}</label>
<input type="text" class="new-course-number" />
</div>
<div class="column">
<label>Course Run</label>
<input type="text" class="new-course-run" />
</div>
</div>
<div class="row">
<input type="submit" value="${_('Save')}" class="new-course-save"/>