Skip to content

Commit

Permalink
Merge pull request #447 from dimagi/sr/hqkey
Browse files Browse the repository at this point in the history
hqapikey to admin
  • Loading branch information
calellowitz authored Dec 5, 2024
2 parents 5a57bd0 + 81c7471 commit 89ea66d
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 @@ -10,6 +10,7 @@
DeliverUnitFlagRules,
DeliveryType,
FormJsonValidationRules,
HQApiKey,
LearnModule,
Opportunity,
OpportunityAccess,
Expand All @@ -30,6 +31,7 @@
admin.site.register(DeliveryType)
admin.site.register(DeliverUnitFlagRules)
admin.site.register(FormJsonValidationRules)
admin.site.register(HQApiKey)


@admin.register(Opportunity)
Expand Down

0 comments on commit 89ea66d

Please sign in to comment.