messages.add_message(request,messages.INFO,_('Thank you for verifying your submission. It will be listed shortly, after we\'ve checked that the report is valid.').encode("Utf-8"))
...
...
@@ -82,12 +84,14 @@ def moderate(request):
ifrequest.GET.get('action','')=='approve':
messages.add_message(request,messages.INFO,_('Thank you for approving the <a href="/view/%s">submission</a>.'%v.id))
msg=MIMEText(_("Your report has been approved.\nTo see it, please visit: %s/view/%s")%(settings.ROOT_URLor'http://localhost:8001/',v.id),_charset="utf-8")