new wording for speaker/event emails

This commit is contained in:
Thomas Steen Rasmussen 2021-06-27 14:56:06 +02:00
parent b80a2e5854
commit 3f17132cc3
10 changed files with 20 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{% load commonmark %}
Hello,<br>
<br>
Thank you for your submission!<br>
<br>
We have reviewed your event proposal "{{ proposal.title }}" and have decided to accept it.<br>
<br>
{% if proposal.reason %}{{ proposal.reason|untrustedcommonmark }}{% endif %}

View File

@ -1,5 +1,7 @@
Hello,
Thank you for your submission!
We have reviewed your event proposal "{{ proposal.title }}" and have decided to accept it.
{% if proposal.reason %}{{ proposal.reason }}{% endif %}

View File

@ -1,6 +1,8 @@
{% load commonmark %}
Hello,<br>
<br>
Thank you for your submission.<br>
<br>
We have reviewed your event proposal "{{ proposal.title }}" and have decided to reject it.<br>
<br>
{% if proposal.reason %}{{ proposal.reason|untrustedcommonmark }}{% endif %}

View File

@ -1,5 +1,7 @@
Hello,
Thank you for your submission.
We have reviewed your event proposal "{{ proposal.title }}" and have decided to reject it.
{% if proposal.reason %}{{ proposal.reason }}{% endif %}

View File

@ -2,6 +2,8 @@ Hello,<br>
<br>
The {{ eventinstance.camp.title }} event "{{ eventinstance.event.title }}" has been {{ action }} to begin {{ eventinstance.when.lower }} and end at {{ eventinstance.when.upper }}.<br>
<br>
Let us know in case this time slot doesn't work for you.<br>
<br>
Best regards,<br>
<br>
The BornHack Content Team<br>

View File

@ -2,6 +2,8 @@ Hello,
The {{ eventinstance.camp.title }} event "{{ eventinstance.event.title }}" has been {% if rescheduled %}re{% endif %}scheduled to begin {{ eventinstance.when.lower }} and end at {{ eventinstance.when.upper }}.
Let us know in case this time slot doesn't work for you.
Best regards,
The BornHack Content Team

View File

@ -1,6 +1,8 @@
{% load commonmark %}
Hello,<br>
<br>
Thank you for your submission!<br>
<br>
We have reviewed your speaker proposal "{{ proposal.name }}" and have decided to accept it.<br>
<br>
{% if proposal.reason %}{{ proposal.reason|untrustedcommonmark }}{% endif %}

View File

@ -1,5 +1,7 @@
Hello,
Thank you for your submission!
We have reviewed your speaker proposal "{{ proposal.name }}" and have decided to accept it.
{% if proposal.reason %}{{ proposal.reason }}{% endif %}

View File

@ -1,6 +1,8 @@
{% load commonmark %}
Hello,<br>
<br>
Thank you for your submission.<br>
<br>
We have reviewed your speaker proposal "{{ proposal.name }}" and have decided to reject it.<br>
<br>
{% if proposal.reason %}{{ proposal.reason|untrustedcommonmark }}{% endif %}

View File

@ -1,5 +1,7 @@
Hello,
Thank you for your submission.
We have reviewed your speaker proposal "{{ proposal.name }}" and have decided to reject it.
{% if proposal.reason %}{{ proposal.reason }}{% endif %}