I am working on two separate Django apps.
We are sending mail in Django. Due to some mistakes in the mail, sometimes it is required to edit the queued mail. But for some reason, one of the apps allows editing the queued mail, whereas the other app won't allow editing the contents of queued mail. Also, sending emails from the admin panel is disabled.
I am new to Django and don't know how to solve this thing. Below are the screenshots. add email disabled edit is disabled