-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add year as property for email templates (#507)
* Add year property to email templates * Add year property to property file * Add missing space between 'Hi' and name in order confirmation (cherry picked from commit 9487bce)
- Loading branch information
1 parent
79e9ce3
commit 8895eb3
Showing
6 changed files
with
17 additions
and
9 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ a5l: | |
sender: LANcie <[email protected]> | ||
contact: LANcie <[email protected]> | ||
confirmUrl: https://localhost:5100/register-confirm | ||
year: 2019 | ||
|
||
orderLimit: 5 | ||
ticketLimit: 200 | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ a5l: | |
sender: LANcie <[email protected]> | ||
contact: LANcie <[email protected]> | ||
confirmUrl: https://areafiftylan.nl/register-confirm | ||
year: 2019 | ||
|
||
orderLimit: 15 | ||
ticketLimit: 220 | ||
|
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 |
---|---|---|
|
@@ -38,10 +38,11 @@ a5l: | |
resetUrl: https://areafiftylan.nl/password-reset | ||
acceptTransferUrl: https://areafiftylan.nl/transfer-accept | ||
|
||
mail: | ||
sender: LANcie <[email protected]> | ||
contact: LANcie <[email protected]> | ||
confirmUrl: https://areafiftylan.nl/register-confirm | ||
mail: | ||
sender: LANcie <[email protected]> | ||
contact: LANcie <[email protected]> | ||
confirmUrl: https://areafiftylan.nl/register-confirm | ||
year: 2019 | ||
|
||
orderLimit: 5 | ||
orderLimit: 15 | ||
ticketLimit: 200 |
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