From 35c36209bd8ebea07f2c77699530aaaae1b06bd7 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Fri, 17 Jan 2014 14:50:30 +0100
Subject: [PATCH] Fix: Contact email text formatting

---
 portal/templates/contact-support-email.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/portal/templates/contact-support-email.txt b/portal/templates/contact-support-email.txt
index b7733a07..a27c7916 100644
--- a/portal/templates/contact-support-email.txt
+++ b/portal/templates/contact-support-email.txt
@@ -1,9 +1,9 @@
 User details: 
 
 First name      : {{first_name}}
-Last name 		: {{last_name}}
+Last name 	 : {{last_name}}
 email           : {{email}}
-Authority	    : {{authority}}
+Authority	 : {{authority}}
 
 Query Details:
 
-- 
2.47.0