Parcourir la source

[mod] embed map is for cube

Laurent Peuch il y a 9 ans
Parent
commit
359ac48fab
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      ffdnispdb/views.py

+ 2 - 2
ffdnispdb/views.py

@@ -31,8 +31,8 @@ def home():
     return render_template('index.html', active_button="home")
 
 
-@ispdb.route('/embed_map/')
-def embed_map():
+@ispdb.route('/embed_map_cube/')
+def embed_map_cube():
     return render_template('embed_map.html')