Index: src/django_gheat/website/templates/home.html
===================================================================
--- src/django_gheat/website/templates/home.html	(revision 9212)
+++ src/django_gheat/website/templates/home.html	(revision 9213)
@@ -11,5 +11,5 @@
       var hide;
       if(show == 'info'){
-        hide = 'filters';
+        hide = 'filter';
       }
       else{
@@ -29,5 +29,5 @@
 
 
-<body onload="init()">
+<body onload="init(),getFilters()">
   <div id="heatmap"></div>
   <div id="container">
@@ -37,16 +37,16 @@
     <div id="menu">
       <a href="javascript:toggleDiv('info')">Info</a>
-      <a href="javascript:toggleDiv('filters')" style="padding-left:15px;">Filters</a>
+      <a href="javascript:toggleDiv('filter')">Filters</a>
     </div>
     <div id="info">
        test<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />test
     </div>
-    <div id="filters">
-      <div id="filters_text">
+    <div id="filter">
+      <div id="filter_text">
       <h1>Filters</h1>
       <p>Create your custom layer by choosing the desired filter options on the right and adding it the layer to the list.</p>
       <p>For instance, you can choose to create a layer with data measured only by yourself, or with a certain node from Wireless Leiden only.</p>
       </div>
-      <div id="filters_list">
+      <div id="filter_list">
       <form method="get" action="">
       <table border="0">
@@ -88,4 +88,7 @@
     </div>
   </div>
+  <div id='node_list'>
+  <center>Click on the map to display Wireless Leiden nodes.</center>
+  </div>
 </body>
 </html>
