I'm attempting use django-notification to send an email to the admin every time a user modifies, creates or deletes a database entry. The issue is, while I have created the notice types and confirm they exist, when the actual email is sent, the email sent looks like this:
You have received the following notice from example.com:
Entry has been changed. <--- this line being the email content
To see other notices or change how you receive notifications, please go to http://example.com
Is there a way to remove the first and last lines of that email body? I don't know where this default template is located so I can't change it. Any insight would be greatly appreciated!