iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
718 stars 47 forks source link

Post handler on an `Action.button` leads to "This request was a POST, but there was no dispatch command present" #568

Open boxed opened 2 weeks ago

boxed commented 2 weeks ago
confirm_slots = Form(
    actions__confirm=Action.button(
        post_handler=confirm_slots__post_handler,
    ),
)

Action.primary works, but not Action.button. Seems weird to me.