add bic to admin list
This commit is contained in:
@@ -35,6 +35,7 @@ class BankDataAdmin(admin.ModelAdmin):
|
||||
list_display = [
|
||||
"name",
|
||||
"iban",
|
||||
"bic",
|
||||
]
|
||||
|
||||
def add_view(self, request, form_url="", extra_context=None):
|
||||
|
||||
Reference in New Issue
Block a user