TrangPham / django-admin-confirm

AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions.
Other
128 stars 16 forks source link

Custom text shown on confirmation page #41

Open mcosti opened 2 years ago

mcosti commented 2 years ago

Hi! I looked through the code trying to figure out if it's possible to add a custom text to be shown on the confirmation page, but I couldn't find anything.

Is there something that I'm missing? If not, did anyone look into it? It doesn't sound very difficult to implement, but maybe there are some caveats I'm not aware of

TrangPham commented 1 year ago

This is not a current feature, but can easily be implemented.

Would you like to implement it?