From fb8242d01a3d717274f43baad6cc6ea3ae384915 Mon Sep 17 00:00:00 2001
From: Dominik Frantisek Bucik <bucik@ics.muni.cz>
Date: Wed, 13 Apr 2022 10:59:32 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Added=20missing=20consent?=
 =?UTF-8?q?=20withdrawal=20contact?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 themes/elixir/consent/consentform.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/themes/elixir/consent/consentform.php b/themes/elixir/consent/consentform.php
index c7b2000..e97c946 100644
--- a/themes/elixir/consent/consentform.php
+++ b/themes/elixir/consent/consentform.php
@@ -65,6 +65,9 @@ $this->includeAtTemplateBase('includes/header.php');
     }
 
     ?>
+    <div class="outro">
+        <p>For withdrawing consent, contact <a href="mailto:support@aai.lifescience-ri.eu">support@aai.lifescience-ri.eu</a></p>
+    </div>
     <div class="footer-buttons">
         <div class="remember">
             <label>Remember:</label>
-- 
GitLab