Revision 3dcdad31 templates/front/geolocate.html

b/templates/front/geolocate.html
1
{% load i18n %}
1 2
<!DOCTYPE html>
2 3
<html lang="en" style="height: 100%">
3 4
  <head>
......
278 279

  
279 280

  
280 281
	$(document).ready(function() {
281

  
282
		alert("Beware that the accuracy of your geolocation depends highly on your connection type (wired, wireless, mobile data plan)");
282 283
		initialize();
283 284
	
284 285

  
......
312 313
<div id="map_canvas"></div>
313 314
	
314 315

  
315

  
316
    
317

  
318

  
319 316
  </body>
320 317
</html>
321 318

  

Also available in: Unified diff