Files
2024-08-27 20:33:44 +02:00

6 lines
99 B
Python

from wagtail.admin.widgets import ListingButton
class UserListingButton(ListingButton):
pass