Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment notification email template does not exist error #172

Open
poolpoolpoolpool opened this issue Jul 21, 2021 · 0 comments
Open

Comment notification email template does not exist error #172

poolpoolpoolpool opened this issue Jul 21, 2021 · 0 comments

Comments

@poolpoolpoolpool
Copy link

I turned on comment notification for moderation on a model and got the following error:

django.template.exceptions.TemplateDoesNotExist: comments/comment_notification_email.txt

So I made my own and added this:

{{comment}}

Hoping that I could read the actual comment in the email itself, but it only shows:

username: the first like thirty chars or someth... ##full comment hidden by ellipsis

I tried to find the right attribute to add so I could see the full comment, but I got lost trying to follow around the complicated meta model and gave up. In any case, this should file should be in the template folder by default and it should send the commenters username and the full comment itself in the email to the mods.

@poolpoolpoolpool poolpoolpoolpool changed the title comment email template does not exist error Comment notification email template does not exist error Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant