You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class MyModelModelAdmin(ExtraButtonsMixin, admin.ModelAdmin):
@button(disable_on_click=True)
def send_newsletter_now(self, request):
time.sleep(10)
self.message_user(request, 'The newsletter emails were sent successfully.')
The button is still clickable after first click (while loading the page).
The text was updated successfully, but these errors were encountered:
disable_on_click
does not work for me at all.The button is still clickable after first click (while loading the page).
The text was updated successfully, but these errors were encountered: