From 4e772d752e12b09402777fb5cefe62cad2ac2744 Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Tue, 4 Jun 2019 18:02:06 +0200
Subject: [PATCH] Change link and phone number in footer and imprint

---
 hshassets/templates/hshassets/includes/default_footer.html  | 4 ++--
 hshassets/templates/hshassets/includes/default_imprint.html | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hshassets/templates/hshassets/includes/default_footer.html b/hshassets/templates/hshassets/includes/default_footer.html
index 699744bf..9c6f603b 100644
--- a/hshassets/templates/hshassets/includes/default_footer.html
+++ b/hshassets/templates/hshassets/includes/default_footer.html
@@ -30,7 +30,7 @@
         <p><b>Hochschule Hannover</b></p>
         <p>
             <abbr title="{% trans "Phone" %}"><span class="icon is-small"><i class="fas fa-phone"></i></span></abbr>
-            <a href="tel:+4951192961441">+49 511 9296 1441</a>
+            <a href="tel:+4951192961441">+49 511 9296 4444</a>
         </p>
         <p>
             <abbr title="{% trans "Email" %}"><span class="icon is-small"><i class="fas fa-envelope"></i></span></abbr>
@@ -38,7 +38,7 @@
         </p>
         <p>
             <abbr title="{% trans "Web" %}"><span class="icon is-small"><i class="fas fa-globe"></i></span></abbr>
-            <a href="https://www.hs-hannover.de/it">https://www.hs-hannover.de/it</a>
+            <a href="https://www.hs-hannover.de/ueber-uns/organisation/hochschul-it/">https://www.hs-hannover.de/.../hochschul-it</a>
         </p>
         {% endblock %}
     </div>
diff --git a/hshassets/templates/hshassets/includes/default_imprint.html b/hshassets/templates/hshassets/includes/default_imprint.html
index 5ec2b93c..bf97fefd 100644
--- a/hshassets/templates/hshassets/includes/default_imprint.html
+++ b/hshassets/templates/hshassets/includes/default_imprint.html
@@ -72,9 +72,9 @@
             <p>
                 <strong>Hochschul-IT</strong><br>
                 Carsten Hellmich<br>
-                <abbr title="Telefon">T:</abbr> +49 511 9296 1441<br>
-                <abbr title="E-Mail">E:</abbr> <a href="mailto:support-it@hs-hannover.de">support-it@hs-hannover.de</a><br>
-                <abbr title="Internet">I:</abbr> <a href="http://www.hs-hannover.de/it">http://www.hs-hannover.de/it</a>
+                <abbr title="Telefon">T:</abbr> +49 511 9296 4444<br>
+                <abbr title="E-Mail">E:</abbr> <a href="mailto:it-support@hs-hannover.de">IT-Support@hs-hannover.de</a><br>
+                <abbr title="Internet">I:</abbr> <a href="https://www.hs-hannover.de/ueber-uns/organisation/hochschul-it/">https://www.hs-hannover.de/ueber-uns/organisation/hochschul-it/</a>
             </p>
         </div>
     </div>
-- 
GitLab