changeset 4452:4da77b595698

notifications: fix mail footer separator - it should be dash-dash-space
author Mads Kiilerich <madski@unity3d.com>
date Thu, 21 Aug 2014 23:46:55 +0200
parents ccda18435e42
children 9fdd5ec8bc11
files kallithea/templates/email_templates/main.html kallithea/templates/email_templates/password_reset.html
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/email_templates/main.html	Thu Aug 21 23:46:55 2014 +0200
+++ b/kallithea/templates/email_templates/main.html	Thu Aug 21 23:46:55 2014 +0200
@@ -1,6 +1,4 @@
 ${self.body()}
-
 <br/>
-<br/>
---<br/>
+-- <br/>
 ${_("This is an automatic notification - don't reply to this mail.")}
--- a/kallithea/templates/email_templates/password_reset.html	Thu Aug 21 23:46:55 2014 +0200
+++ b/kallithea/templates/email_templates/password_reset.html	Thu Aug 21 23:46:55 2014 +0200
@@ -2,7 +2,9 @@
 <%inherit file="main.html"/>
 
 <h4>${_('Hello %s') % user}</h4>
+
 <p>${_('We received a request to create a new password for your account.')}</p>
 <p>${_('You can generate it by clicking following URL')}:</p>
 <p><a href="${reset_url}">${reset_url}</a></p>
+
 <p>${_("Please ignore this email if you did not request a new password .")}</p>