diff --git a/frontend/templates/plotting.html b/frontend/templates/plotting.html index 71d4030..01830a4 100644 --- a/frontend/templates/plotting.html +++ b/frontend/templates/plotting.html @@ -1,8 +1,8 @@ {% extends "cosmic_base.html" %} {% block title %}Custom Plotting{% endblock %} {% block head_additions %} - {# The flask_googlemaps package does not work if installed via "sudo pip ...", we should figure out how to fix this #} - {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} + {# The flask_googlemaps package does not work if installed via "sudo pip ...", I should figure out how to fix this #} + {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} #} {% endblock %} {% block content %} @@ -15,7 +15,7 @@