Merge pull request #384 from dod-ccpo/mailer

Mailer
This commit is contained in:
dandds
2018-10-17 15:25:06 -04:00
committed by GitHub
16 changed files with 336 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
{% for msg in messages %}
<div style="white-space: pre-wrap">
{{ msg }}
</div>
<hr>
{% endfor %}