Commit 76603531 by McKenzie Welter

add audit to coupon form

parent 2ce0d0c9
......@@ -204,6 +204,8 @@
<label for="verified"><%= gettext('Verified') %></label>
<input id="professional" type="checkbox" name="course_seat_types" value="professional">
<label for="professional"><%= gettext('Professional') %></label>
<input id="audit" type="checkbox" name="course_seat_types" value="audit">
<label for="audit"><%= gettext('Audit') %></label>
</div>
<div class="credit-radio">
<input id="credit" type="radio" name="credit_radio" value="credit">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment