diff --git a/kallithea/templates/email_templates/changeset_comment.html b/kallithea/templates/email_templates/changeset_comment.html --- a/kallithea/templates/email_templates/changeset_comment.html +++ b/kallithea/templates/email_templates/changeset_comment.html @@ -1,16 +1,14 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> -

${_('URL')}: ${cs_comment_url}

- -

${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}

+

${_('Comment from %s on %s changeset %s') % (cs_comment_user, cs_target_repo, h.short_id(raw_id))}:

+

${body}

%if status_change:

${_('The changeset status was changed to')}: ${status_change}

%endif -

${_('Comment')}:
-${body} -

+ +

${_('URL')}: ${cs_comment_url}

${_('Changeset')}: ${h.short_id(raw_id)}

${_('Description')}:
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,9 +1,6 @@ ${self.body()} - -

---

-${_('This is a notification from Kallithea.')} -
+--
+${_("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 @@ -4,7 +4,5 @@

${_('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}
-
+

${reset_url}

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

diff --git a/kallithea/templates/email_templates/pull_request.html b/kallithea/templates/email_templates/pull_request.html --- a/kallithea/templates/email_templates/pull_request.html +++ b/kallithea/templates/email_templates/pull_request.html @@ -1,18 +1,17 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> +

${_('%s requested your review of %s pull request "%s"') % (pr_user_created, repo_name, pr_title)}

+

${_('URL')}: ${pr_url}

-

${_('%s opened a pull request for repository %s and wants you to review changes.') % (pr_user_created,pr_repo_url) |n}

- -

${_('Title')}: ${pr_title}

${_('Description')}:

${body}

${_('Changesets')}:

%for r,r_msg in pr_revisions: -${h.short_id(r)}: +${h.short_id(r)}: ${h.shorter(r_msg, 256)} %endfor diff --git a/kallithea/templates/email_templates/pull_request_comment.html b/kallithea/templates/email_templates/pull_request_comment.html --- a/kallithea/templates/email_templates/pull_request_comment.html +++ b/kallithea/templates/email_templates/pull_request_comment.html @@ -1,17 +1,15 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> -

${_('URL')}: ${pr_comment_url}

- -

${_('%s commented on pull request "%s"') % (pr_comment_user,pr_title) |n}

+

${_('Comment from %s on %s pull request "%s"') % (pr_comment_user, repo_name, pr_title)}:

+

${body}

%if status_change: %if closing_pr: -

${_('Pull request was closed with status')}: ${status_change}

+

${_('The comment closed the pull request with status')}: ${status_change}

%else: -

${_('Pull request changed status')}: ${status_change}

+

${_('The comment was made with status')}: ${status_change}

%endif %endif -

${_('Comment')}:

-

${body}

+

${_('URL')}: ${pr_comment_url}

diff --git a/kallithea/templates/email_templates/registration.html b/kallithea/templates/email_templates/registration.html --- a/kallithea/templates/email_templates/registration.html +++ b/kallithea/templates/email_templates/registration.html @@ -3,4 +3,4 @@ ${body} -${_('View this user here')}: ${registered_user_url} +${_('View this user here')}: ${registered_user_url}