From 4cb62f2022e482c8ead680b1d5986e5cc4000356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 28 Jan 2015 10:12:41 +0100 Subject: [PATCH] Fix indent --- .../templates/emails/export_error-body-text.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taiga/export_import/templates/emails/export_error-body-text.jinja b/taiga/export_import/templates/emails/export_error-body-text.jinja index 018ced94..0b463d67 100644 --- a/taiga/export_import/templates/emails/export_error-body-text.jinja +++ b/taiga/export_import/templates/emails/export_error-body-text.jinja @@ -1,7 +1,7 @@ - {% trans user=user.get_full_name()|safe, - error_message=error_message, - support_email=sr("support.email"), - project=project.name|safe %} +{% trans user=user.get_full_name()|safe, + error_message=error_message, + support_email=sr("support.email"), + project=project.name|safe %} Hello {{ user }}, {{ error_message }}