Skip to content

Commit

Permalink
live
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Sep 23, 2024
1 parent 544c299 commit e1f077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ProgramAdmin(admin.ModelAdmin):
model = Program
form = ProgramAdminForm
search_fields = ["title", "readable_id", "program_type"]
list_display = ("id", "title", "readable_id", "program_type")
list_display = ("id", "title", "live", "readable_id", "program_type")
list_filter = ["live", "program_type", "departments"]


Expand Down

0 comments on commit e1f077d

Please sign in to comment.