several changes on auth flow
[osm/LW-UI.git] / projecthandler / template / project / descriptor / descriptor_view_base.html
index 3635d66..e97649d 100644 (file)
 
 
         function goToGraph() {
-            window.location.href = '/projects/{{project_id}}/graph?type={{descriptor_type}}&id={{descriptor_id}}'
+            window.location.href = '/projects/graph?type={{descriptor_type}}&id={{descriptor_id}}'
         }
     </script>
 {% endblock %}