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