diff --git a/tom_dataproducts/templates/tom_dataproducts/partials/query_forced_photometry.html b/tom_dataproducts/templates/tom_dataproducts/partials/query_forced_photometry.html index c038c6f06..3cfd7c917 100644 --- a/tom_dataproducts/templates/tom_dataproducts/partials/query_forced_photometry.html +++ b/tom_dataproducts/templates/tom_dataproducts/partials/query_forced_photometry.html @@ -1,9 +1,6 @@ -{% load bootstrap4 static %} -{% bootstrap_css %} -{% bootstrap_javascript jquery='full' %} - -

Query Forced Photometry Service

{% for service in forced_photometry_services %} {{ service }} +{% empty %} +No forced photometry services are configured. See the TOM documentation for more information. {% endfor %}