You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
poolpoolpoolpool
changed the title
comment email template does not exist error
Comment notification email template does not exist error
Jul 21, 2021
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.
The text was updated successfully, but these errors were encountered: