#20 Multiple laws
* refactors law field from ForeignKey to ManyToManyField to support multiple laws being added to one LegalData object * added funding data to EMA detail view
This commit is contained in:
@@ -31,7 +31,6 @@ class LegalAdmin(admin.ModelAdmin):
|
||||
list_display = [
|
||||
"id",
|
||||
"process_type",
|
||||
"law",
|
||||
"registration_date",
|
||||
"binding_date",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user