first commit backend
This commit is contained in:
8
emails/mail.css
Normal file
8
emails/mail.css
Normal file
@@ -0,0 +1,8 @@
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #555;
|
||||
}
|
||||
6
emails/register/html.pug
Normal file
6
emails/register/html.pug
Normal file
@@ -0,0 +1,6 @@
|
||||
h4 Gancio
|
||||
|
||||
p= t('registration_email')
|
||||
|
||||
small --
|
||||
small https://cisti.org
|
||||
1
emails/register/subject.pug
Normal file
1
emails/register/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
= `[Gancio] Richiesta registrazione`
|
||||
Reference in New Issue
Block a user