From 43da718153ce21e4c65025cacae7a052b3deb48a Mon Sep 17 00:00:00 2001
From: Tom <tmslav@gmail.com>
Date: Sun, 8 May 2016 15:01:59 +0000
Subject: [PATCH] ungleich template - fix unused translatation tag

---
 .../templates/ungleich_page/includes/_services.html         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ungleich_page/templates/ungleich_page/includes/_services.html b/ungleich_page/templates/ungleich_page/includes/_services.html
index 928a0132..1d35528a 100644
--- a/ungleich_page/templates/ungleich_page/includes/_services.html
+++ b/ungleich_page/templates/ungleich_page/includes/_services.html
@@ -6,8 +6,8 @@
 		<div class="row">
 		  <div class="col-lg-12 text-center wow fadeInDown">
 		    <h2 class="section-heading">{% trans "our services" %}</h2>
-		    <h3 class="section-subheading text-muted">{% trans "We support our clients in all areas of Unix infrastructure.<p></p>
-		      Our top notch configuration management is refreshingly simple and reliable." %}</h3>
+		    <h3 class="section-subheading text-muted">We support our clients in all areas of Unix infrastructure.<p></p>
+		      Our top notch configuration management is refreshingly simple and reliable."</h3>
 		  </div>
 		</div>
 		<div class="row text-center">
@@ -44,4 +44,4 @@
 		  </div>
 		</div>
     </div>
-</section>
\ No newline at end of file
+</section>