From 710ffb7738f2cc2392d6df9f60e5964e78ee1110 Mon Sep 17 00:00:00 2001
From: Levi <levinoelvm@gmail.com>
Date: Wed, 1 Mar 2017 08:57:34 -0500
Subject: [PATCH] fixed ungleich main page

---
 requirements.txt                                          | 2 ++
 .../templates/ungleich_page/includes/_contact_us.html     | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index af6fee18..8f7e730e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -80,6 +80,8 @@ six==1.10.0
 sqlparse==0.1.19
 stripe==1.33.0
 wheel==0.29.0
+django-admin-honeypot==1.0.0
+coverage==4.3.4
 
 
 
diff --git a/ungleich_page/templates/ungleich_page/includes/_contact_us.html b/ungleich_page/templates/ungleich_page/includes/_contact_us.html
index 146a6f18..5c4d2da0 100644
--- a/ungleich_page/templates/ungleich_page/includes/_contact_us.html
+++ b/ungleich_page/templates/ungleich_page/includes/_contact_us.html
@@ -23,11 +23,11 @@
                 </h3>
 
                 <h3 class="intro-smallcap"><i class="fa fa-phone"></i> (044) 534-66-22<p></p></h3>
-                <h3 class="intro-smallcap">{% trans "or" %}</h3>
+                <!-- <h3 class="intro-smallcap">{% trans "or" %}</h3> -->
 
-                <h3 class="intro-smallcap">{% trans "Contact Us" %}</h3>
+                <!-- <h3 class="intro-smallcap">{% trans "Contact Us" %}</h3> -->
 
-                <form action="{% url 'ungleich_page:contact' %}" method="post">
+<!--                 <form action="{% url 'ungleich_page:contact' %}" method="post">
 
                     {% csrf_token %}
                     <div class="row">
@@ -60,7 +60,7 @@
                                     autofocus {% endif %}>{% trans "Submit" %}</button>
                         </div>
                     </div>
-                </form>
+                </form> -->
             </div>
             <p>&nbsp;</p>
         </div>