diff --git a/kallithea/templates/email_templates/main.html b/kallithea/templates/email_templates/main.html --- a/kallithea/templates/email_templates/main.html +++ b/kallithea/templates/email_templates/main.html @@ -1,6 +1,4 @@ ${self.body()} -
-
---
+--
${_("This is an automatic notification - don't reply to this mail.")} diff --git a/kallithea/templates/email_templates/password_reset.html b/kallithea/templates/email_templates/password_reset.html --- a/kallithea/templates/email_templates/password_reset.html +++ b/kallithea/templates/email_templates/password_reset.html @@ -2,7 +2,9 @@ <%inherit file="main.html"/>

${_('Hello %s') % user}

+

${_('We received a request to create a new password for your account.')}

${_('You can generate it by clicking following URL')}:

${reset_url}

+

${_("Please ignore this email if you did not request a new password .")}