From ef2605d5e029f9f349fc0460c4e546cd17385876 Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sat, 31 Oct 2020 11:32:44 +0100
Subject: [PATCH] add map and contaminated info in user profile

---
 templates/user/user_profile.twig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/user/user_profile.twig b/templates/user/user_profile.twig
index 127760c..e3f102b 100644
--- a/templates/user/user_profile.twig
+++ b/templates/user/user_profile.twig
@@ -7,7 +7,7 @@
       <div class="meta">
         <span class="date">Joined the {{user.joinDateString}}</span>
       </div>
-        <span>Is {% if user.contaminated %} contaminated {% else %} not contaminated {% endif %}</span>
+      <span>Is {% if user.contaminated %} contaminated {% else %} not contaminated {% endif %}</span>
       <div class="extra content" id="icons_users">
           <div class="ui small basic icon buttons">
             {% if session.userId == user.getId %}
@@ -23,6 +23,8 @@
       </div>
     </div>
   </div>
+  <div id="map">
+  </div>
   <div id="groups">
       <h2> Groups </h2>
       <div class="ui relaxed divided list" id="groups_list" style="overflow:scroll">
-- 
GitLab