pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

Multiple requests caused by 'create_modal' #2431

Closed ljh740 closed 1 month ago

ljh740 commented 1 month ago
截屏2024-05-19 21 52 44

Set any view to 'create_modal', click the create button multiple times, and close it. Requests are incremented concurrently.

hasansezertasan commented 1 month ago

Duplicate of #2406

ljh740 commented 1 month ago

Duplicate of #2406

I want to override this create.html

截屏2024-05-19 23 23 09

but it not work. can you help me?

hasansezertasan commented 1 month ago

So you want to override model/modals/create.html, am I right?

If that is so, just create this directory: templates/admin/model/modals/create.html and do it with Jinja blocks.

ljh740 commented 1 month ago

So you want to override model/modals/create.html, am I right?

If that is so, just create this directory: templates/admin/model/modals/create.html and do it with Jinja blocks.

nice!Thanks a lot!