msg=MIMEText(_("A new report was submitted. To approve click here: %s/moderate/?key=%s\n")%(settings.ROOT_URLor'http://localhost:8001/',actid))
msg=MIMEText(_("A new report was submitted. To approve click here: %s/moderate/?key=%s\n")%(settings.ROOT_URLor'http://localhost:8001/',actid),_charset="utf-8")
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.'))
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"))
returnHttpResponseRedirect('/')# Redirect after POST
returnHttpResponseRedirect('/')# Redirect after POST
msg=MIMEText(_("Thank you for submitting a new report. To finalize your submission please confirm using your validation key.\nYour verification key is %s/%s%s\nPlease note that reports are moderated, it might take some time before your report appears online. Thank you for your patience.")%(settings.ROOT_URLor'http://localhost:8001/',service,actid))
msg=MIMEText(_("Thank you for submitting a new report. To finalize your submission please confirm using your validation key.\nYour verification key is %s/%s%s\nPlease note that reports are moderated, it might take some time before your report appears online. Thank you for your patience.")%(settings.ROOT_URLor'http://localhost:8001/',service,actid),_charset="utf-8")