sideabar fixed in dhjanog
This commit is contained in:
@@ -7,7 +7,7 @@ with full workflow functionality. This file contains legacy/minimal registration
|
||||
from django.contrib import admin
|
||||
from django.utils.html import format_html
|
||||
from unfold.admin import ModelAdmin
|
||||
from igny8_core.admin.base import AccountAdminMixin
|
||||
from igny8_core.admin.base import AccountAdminMixin, Igny8ModelAdmin
|
||||
from .models import (
|
||||
CreditCostConfig,
|
||||
AccountPaymentMethod,
|
||||
@@ -50,7 +50,7 @@ from .models import (
|
||||
# or have minimal implementations that don't conflict
|
||||
|
||||
@admin.register(AccountPaymentMethod)
|
||||
class AccountPaymentMethodAdmin(ModelAdmin):
|
||||
class AccountPaymentMethodAdmin(Igny8ModelAdmin):
|
||||
list_display = [
|
||||
'display_name',
|
||||
'type',
|
||||
|
||||
Reference in New Issue
Block a user