# HG changeset patch # User Mads Kiilerich # Date 2014-08-21 23:46:55 # Node ID 4da77b595698d5ae675c5194ed36bb09e03ec066 # Parent ccda18435e42e02a6f3c38ea8d1e81f7536c58a8 notifications: fix mail footer separator - it should be dash-dash-space 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 .")}