Skip to content

Commit

Permalink
making type editable
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Aug 17, 2023
1 parent 6a88c97 commit 7cfc0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class WorkshopAdmin(admin.ModelAdmin):
"language",
"minimum_python_knowledge",
"minimum_topic_knowledge",
"type",
# "type",
"attendee_limit",
]
actions = [make_public, make_not_public, workshop_update_from_pretalx]
Expand Down

0 comments on commit 7cfc0b0

Please sign in to comment.