From 7498b02cfb8cf4045228937771a8e561c9ce9b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 31 Dec 2021 17:35:51 +0100 Subject: [PATCH] nicer mails --- canaille/templates/mail/firstlogin.html | 8 ++++---- canaille/templates/mail/invitation.html | 8 ++++---- canaille/templates/mail/reset.html | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/canaille/templates/mail/firstlogin.html b/canaille/templates/mail/firstlogin.html index 8fc85cd6..90f259ed 100644 --- a/canaille/templates/mail/firstlogin.html +++ b/canaille/templates/mail/firstlogin.html @@ -6,9 +6,9 @@ {{ title }} - + - +
- - diff --git a/canaille/templates/mail/invitation.html b/canaille/templates/mail/invitation.html index ea8a326d..0daef5af 100644 --- a/canaille/templates/mail/invitation.html +++ b/canaille/templates/mail/invitation.html @@ -6,9 +6,9 @@ {{ title }} - + -

@@ -31,10 +31,10 @@

+ {{ site_name }} + {% trans %}Initialize password{% endtrans %}
+
- - diff --git a/canaille/templates/mail/reset.html b/canaille/templates/mail/reset.html index 31b5eeab..634f6d6d 100644 --- a/canaille/templates/mail/reset.html +++ b/canaille/templates/mail/reset.html @@ -6,9 +6,9 @@ {{ title }} - + -

@@ -31,10 +31,10 @@

+ {{ site_name }} + {% trans %}Create my account{% endtrans %}
+
- -

@@ -31,10 +31,10 @@

+ {{ site_name }} + {% trans %}Reset password{% endtrans %}