-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from Kotik112/add-email-gift-card-info
[FR-206] Add feature to send email with gift card info
- Loading branch information
Showing
4 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{% extends 'email_body_base.html' %} | ||
|
||
{% block swedish %} | ||
<p>Hej!</p> | ||
<p>Tack så mycket för ditt köp av ett presentkort!</p> | ||
<p>Ditt presentkort har skickats till dig och är redo att användas.</p> | ||
{# site url behövs uppdateras med den faktiska urlen #} | ||
<p>Logga in på <a href="{{ site_url_here }}">{{ site_url }}</a> för att se detaljerna och använda ditt presentkort.</p> | ||
{% endblock %} | ||
|
||
{% block english %} | ||
<p>Hi!</p> | ||
<p>Thank you so much for your purchase of a gift card!</p> | ||
<p>Your gift card has been sent to you and is ready to use.</p> | ||
{# site url needs to be updated with the actual url #} | ||
<p>Log in to <a href="{{ site_url_here }}">{{ site_url }}</a> to view the details and redeem your gift card.</p> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Information about your purchased gift card! |