From 37cfff84e8a5c4dec8e80d3cfc7706a68f9d1af5 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Mar 2020 17:59:16 +0100
Subject: [PATCH] make minifooter configurable

---
 templates/base.html | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/templates/base.html b/templates/base.html
index f14499d..a1a1e76 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -132,13 +132,9 @@
                 </div>
                 <div class="col s6">
                     <p style="text-align: right">
-                        Teckids e.V.<br/>
-                        Rochusstr. 2<br/>
-                        53123 Bonn
-                    </p>
-                    <p style="text-align: right">
-                       <span class="glyphicon glyphicon-envelope"></span> <a href="mailto:verein@teckids.org">verein@teckids.org</a><br/>
-                       <span class="glyphicon glyphicon-phone-alt"></span> <a href="tel:+4922892934160">+49 228 92934160</a>
+                        {% for text, link in MINIFOOTER_MENU %}
+                            <a href="{{ link }}">{{ text }}</a><br />
+                        {% endfor %}
                     </p>
                 </div>
             </div>
-- 
GitLab