diff --git a/templates/user/user_profile.twig b/templates/user/user_profile.twig
index 127760c2d0681e469292161e07ca16953b3a113e..e3f102b9fb02e39e38d5d930b02e55867be15a40 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">