We currently send emails with generic messages when users comment on applications, rather than actually including the content of the comments. We should do the contemporary thing and just include the corresponding contents, sender, and other metadata directly in the emails.
The code for these comments is mostly defined in https://github.com/WikipediaLibrary/TWLight/blob/master/TWLight/emails/tasks.py#L153. We use https://github.com/django/django-contrib-comments to handle our commenting system.




