mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2025-10-29 09:40:32 +00:00
Moved html template to root level folder & ignored it from git linguist
This commit is contained in:
@@ -25,7 +25,7 @@ type ReceiptPageData struct {
|
||||
}
|
||||
|
||||
func serveTemplate(response http.ResponseWriter, request *http.Request) {
|
||||
tmpl := template.Must(template.ParseFiles("mail/mail-template_order-confirmation.html"))
|
||||
tmpl := template.Must(template.ParseFiles("mail-templates/order-confirmation.html"))
|
||||
// tmpl := template.Must(w)
|
||||
data := ReceiptPageData{
|
||||
PageTitle: "Planetposen purchase",
|
||||
|
||||
Reference in New Issue
Block a user