Skip to content

Commit

Permalink
add claim model to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Sep 20, 2023
1 parent 3f3fa9f commit bc20f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commcare_connect/opportunity/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
LearnModule,
Opportunity,
OpportunityAccess,
OpportunityClaim,
UserVisit,
)

Expand All @@ -22,6 +23,7 @@
admin.site.register(CompletedModule)
admin.site.register(Assessment)
admin.site.register(UserVisit)
admin.site.register(OpportunityClaim)


@admin.register(OpportunityAccess)
Expand Down

0 comments on commit bc20f51

Please sign in to comment.