refactoring email notification, closes #8

This commit is contained in:
les
2019-09-06 11:58:11 +02:00
parent 2c24591621
commit beebca7ab9
31 changed files with 195 additions and 149 deletions

View File

@@ -1,10 +1,3 @@
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
title #{config.title}
body
p !{t('email.user_confirm', { config, user })}
extends ../layout.pug
block content
p !{t('confirm.content', { config, user })}

View File

@@ -1 +1 @@
= `[Gancio] Richiesta password recovery`
| [#{config.title}] #{t('confirm.subject')}

View File

@@ -0,0 +1 @@
p !{t('confirm.content', { config, user })}