diff --git a/templates/base.html b/templates/base.html index f14499db2fdcb8478dd7e0471f3045402368b257..a1a1e76c58f4e91de6e9b3ff1a91e2ad04607ee9 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>