Parcourir la source

Fix adding of reference point (missing HTML element)

Baptiste Jonglez il y a 10 ans
Parent
commit
0bd009849c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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="show-cap" value="visualiser cet axe sur OSM"/>
       <input type="button" id="do-cancel" value="annuler"/>
       <input type="button" id="do-cancel" value="annuler"/>
     </p>
     </p>
+    <p id="res"></p>
   </body>
   </body>
 </html>
 </html>