diff options
author | prashantsinalkar | 2020-03-06 12:00:15 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-03-06 12:00:15 +0530 |
commit | 6db49b04606a01c6352612ea2b7a7785bcfcbffe (patch) | |
tree | 6092eb68cdfe53650f22ac0a89e1768b829ea851 /arduino_blog/templates/email/proposal_received.html | |
parent | fde8470c5e47434df8c854bd3135763062fada12 (diff) | |
download | arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.tar.gz arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.tar.bz2 arduino_projects_website-6db49b04606a01c6352612ea2b7a7785bcfcbffe.zip |
added static files
Diffstat (limited to 'arduino_blog/templates/email/proposal_received.html')
-rw-r--r-- | arduino_blog/templates/email/proposal_received.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arduino_blog/templates/email/proposal_received.html b/arduino_blog/templates/email/proposal_received.html deleted file mode 100644 index a1eb46b..0000000 --- a/arduino_blog/templates/email/proposal_received.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<body> -<p><span style="font-weight: 400;">Dear {{ name }},</span></p> -<p><span style="font-weight: 400;"><br /></span><span style="font-weight: 400;">Thank you for your submission! . We have received your proposal for the Open Source Hardware Project with the following details:</span></p> -<p><span style="font-weight: 400;">Your proposal is under review. You will receive an email as soon as it has been reviewed. </span></p> -<p> </p> -<p><span style="font-weight: 400;">Best Wishes,</span></p> -<p><span style="font-weight: 400;">Open Source Hardware Project Team,</span></p> -<p><span style="font-weight: 400;">FOSSEE, IIT Bombay</span></p> -<p> </p> -<h6 style="text-align: center;">*** This is an automatically generated email, please do not reply***</h6> -</body> -</html> |