Skip to content

Commit b8928f8

Browse files
author
John Tordoff
committed
add static fosterapplicationprofile to be a frozen data clone of FosterProfile
1 parent e004cce commit b8928f8

File tree

5 files changed

+596
-26
lines changed

5 files changed

+596
-26
lines changed

caim_base/admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
User,
1414
)
1515
from .models.awg import AwgMember
16-
from .models.fosterer import FostererProfile, FosterApplication
16+
from .models.fosterer import FostererApplicationProfile, FostererProfile, FosterApplication
1717
from .models.user import UserProfile
1818

1919
# Unregister the user admin so we can user our own
@@ -83,4 +83,5 @@ class CommentAdmin(admin.ModelAdmin):
8383
admin.site.register(Awg, AwgAdmin)
8484
admin.site.register(AnimalComment, CommentAdmin)
8585
admin.site.register(FostererProfile)
86+
admin.site.register(FostererApplicationProfile)
8687
admin.site.register(FosterApplication)

0 commit comments

Comments
 (0)