File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1111 IdentifiedNeed ,
1212 PlannedIntervention ,
1313 RiskSecurity ,
14+ SourceInformation ,
1415)
1516
1617
@@ -62,6 +63,11 @@ class DrefFileAdmin(admin.ModelAdmin):
6263 search_fields = ("file" ,)
6364
6465
66+ @admin .register (SourceInformation )
67+ class SourceInformationAdmin (admin .ModelAdmin ):
68+ search_fields = ("source_name" ,)
69+
70+
6571@admin .register (Dref )
6672class DrefAdmin (
6773 CompareVersionAdmin ,
@@ -202,6 +208,11 @@ class DrefFinalReportAdmin(
202208 "cover_image" ,
203209 "financial_report" ,
204210 "risk_security" ,
211+ "needs_identified" ,
212+ "planned_interventions" ,
213+ "users" ,
214+ "national_society_actions" ,
215+ "source_information" ,
205216 )
206217 list_filter = ["dref" ]
207218 search_fields = ["title" , "national_society__name" , "appeal_code" ]
You can’t perform that action at this time.
0 commit comments