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
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user