Browse Source

[mod] embed map is for cube

Laurent Peuch 9 years ago
parent
commit
359ac48fab
1 changed files with 2 additions and 2 deletions
  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')