mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Remove errant references to external plugin
This commit is contained in:
@ -5,5 +5,5 @@ from .models import DummyModel
|
||||
|
||||
|
||||
@admin.register(DummyModel, site=admin_site)
|
||||
class AnimalAdmin(admin.ModelAdmin):
|
||||
class DummyModelAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'number')
|
||||
|
Reference in New Issue
Block a user