]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/templates/reversepage.hbs
HTML page with search form when /details.php called without params
[nominatim-ui.git] / src / templates / reversepage.hbs
index 5f524b24902a5c705347e317ea3d39caf1006f8b..592e7b9fdd32dd0414d57fc82cc3441698e2163a 100644 (file)
@@ -10,7 +10,7 @@
         <span class="type">{{formatLabel aResult}}</span>
         <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
 
-        <a class="btn btn-default btn-xs details" href="details?place_id={{aResult.place_id}}">details</a>
+        <a class="btn btn-default btn-xs details" href="details.html?place_id={{aResult.place_id}}">details</a>
     </div>
 {{/inline}}