Browse Source

Fix adding of reference point (missing HTML element)

Baptiste Jonglez 10 years ago
parent
commit
0bd009849c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panorama/templates/panorama/view.html

+ 1 - 0
panorama/templates/panorama/view.html

@@ -74,5 +74,6 @@
       <input type="button" id="show-cap" value="visualiser cet axe sur OSM"/>
       <input type="button" id="do-cancel" value="annuler"/>
     </p>
+    <p id="res"></p>
   </body>
 </html>