From 86463c76edf11fa010ac5c17eb087186e90be9bf Mon Sep 17 00:00:00 2001
From: Matthias Betz <matthias.betz@hft-stuttgart.de>
Date: Fri, 2 Aug 2024 13:33:40 +0200
Subject: [PATCH] change image locations

---
 ckanext-theme_hft/ckanext/theme_hft/templates/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ckanext-theme_hft/ckanext/theme_hft/templates/footer.html b/ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
index 28ba32b..ca02c47 100644
--- a/ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
+++ b/ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
@@ -5,10 +5,10 @@
 {% block footer_content %}
 	<div class="row">
 		<div class="col-md-4 attribution">
-			<img src="https://m4lab.hft-stuttgart.de/img/footer/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png" height='90'/>
+			<img src="https://transfer.hft-stuttgart.de/img/footer/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png" height='90'/>
 		</div>
 		<div class="col-md-2 attribution">
-			<img src="https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" height='80'/>
+			<img src="https://transfer.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" height='80'/>
 		</div>
 		<div class="col-md-3 footer-links">
 			<a href="https://twitter.com/InnolabM4">
-- 
GitLab