Skip to content
Snippets Groups Projects
Commit a72ed55b authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add an invited to proposal email

parent ba17de9c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class ActivityAdapter(AdapterBase):
MESSAGES.TRANSITION: 'Progressed from {old_phase.display_name} to {submission.phase}',
MESSAGES.NEW_SUBMISSION: 'Submitted {submission.title} for {submission.page.title}',
MESSAGES.UPDATE_LEAD: 'Lead changed from {old.lead} to {submission.lead}',
MESSAGES.DETERMINATION_OUTCOME: 'Sent a determination. Outcome: {submission.determination.clean_outcome}',
MESSAGES.DETERMINATION_OUTCOME: 'Sent a determination. Outcome: {submission.determination.clean_outcome}',
MESSAGES.INVITED_TO_PROPOSAL: 'Invited to submit a proposal',
MESSAGES.REVIEWERS_UPDATED: 'reviewers_updated',
MESSAGES.NEW_REVIEW: '{user} submitted a review'
......@@ -155,6 +155,7 @@ class EmailAdapter(AdapterBase):
MESSAGES.COMMENT: 'notify_comment',
MESSAGES.TRANSITION: 'messages/email/transition.html',
MESSAGES.DETERMINATION_OUTCOME: 'messages/email/determination.html',
MESSAGES.INVITED_TO_PROPOSAL: 'messages/email/invited_to_proposal.html',
}
def notify_comment(self, **kwargs):
......
{% extends "messages/email/base.html" %}
{% block content %}
We’ve reviewed your Concept Note and think it could be a good fit for OTF funding. We would like to invite you to submit a Proposal with more details about your project.
You can find more information about what we’d like to see in your Proposal here: https://www.opentech.fund/apply/guide#sections
The system will allow you to save a draft of your Proposal as you work on it. When you feel it is ready for our review, please just “Submit” and we’ll know to take a look at it. We’ll reply to you with feedback on your Proposal shortly after you submit it.
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment