From 85ca90a7182b32c845a653c964be126aece7781d Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Wed, 2 Aug 2017 12:24:35 +0200
Subject: [PATCH] Disable card

---
 scipost/templates/scipost/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index b2b5ec346..3bfda600f 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -112,7 +112,7 @@
         <div class="card-footer"><a href="{% url 'news:news' %}">More news</a></div>
     </div><!-- End news -->
 
-    <!-- Partners -->
+    <!-- Partners --><!-- Disabled
     <div class="card card-grey">
         <div class="card-block">
             <h2 class="card-title">
@@ -132,7 +132,7 @@
 
             </div>
         </div>
-    </div><!-- End Partners -->
+    </div>--><!-- End Partners -->
 
     <!-- Summarized -->
     <div class="card card-grey">
-- 
GitLab