Commit d835b634 by Bill DeRusha

Add credit_redemption field to admin

parent 9781f9bb
......@@ -77,8 +77,8 @@ class ProgramAdmin(admin.ModelAdmin):
# ordering the field display on admin page.
fields = (
'title', 'subtitle', 'status', 'type', 'partner', 'banner_image', 'banner_image_url', 'card_image_url',
'marketing_slug', 'overview', 'video', 'weeks_to_complete', 'min_hours_effort_per_week',
'max_hours_effort_per_week',
'marketing_slug', 'overview', 'credit_redemption_overview', 'video', 'weeks_to_complete',
'min_hours_effort_per_week', 'max_hours_effort_per_week',
)
fields += (
'courses', 'custom_course_runs_display', 'excluded_course_runs', 'authoring_organizations',
......
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