6 lines
99 B
Python
6 lines
99 B
Python
|
|
from wagtail.admin.widgets import ListingButton
|
||
|
|
|
||
|
|
|
||
|
|
class UserListingButton(ListingButton):
|
||
|
|
pass
|