project-callisto / callisto-core

Report intake, escrow, matching and secure delivery code for Callisto, an online reporting system for sexual assault.
https://www.projectcallisto.org
GNU Affero General Public License v3.0
137 stars 54 forks source link

prepend DEBUG to email subjects if in debug mode #433

Closed jntullo closed 5 years ago

jntullo commented 5 years ago

This closes https://github.com/project-callisto/callisto-core/issues/402 by prepending DEBUG on subjects if settings.DEBUG=true

I did notice there was a DEMO prepend added after the above issue was created, but hopefully they are used for separate things and DEBUG is still useful.