Add proper email notifications
This commit is contained in:
16
templates/emails/status_update.body.txt
Normal file
16
templates/emails/status_update.body.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Hi,
|
||||
|
||||
Your hamprint submission "{{ submission.slug }}" has moved to:
|
||||
|
||||
{{ submission.get_status_display }}{% if previous_status %} (was: {{ previous_status }}){% endif %}
|
||||
|
||||
{% if submission.operator_notes %}A note from the operator:
|
||||
|
||||
{{ submission.operator_notes }}
|
||||
|
||||
{% endif %}You can see the latest state at:
|
||||
|
||||
{{ detail_url }}
|
||||
|
||||
— hamprint
|
||||
{{ site_url }}
|
||||
Reference in New Issue
Block a user