diff --git a/gracedb/templates/gracedb/manage_pipelines.html b/gracedb/templates/gracedb/manage_pipelines.html
index 078b36ab3f4ab8994f18e0587862071f36ad1136..06b34e24fb5a7a47ac2274cf7b698d47400a16ae 100644
--- a/gracedb/templates/gracedb/manage_pipelines.html
+++ b/gracedb/templates/gracedb/manage_pipelines.html
@@ -7,7 +7,7 @@
 
 {% load static %}
 {% block headcontents %}
-    <link rel="stylesheet" href="{% static "css/bootstrap_buttons.css" %}"></script>
+    <link rel="stylesheet" href="{% static "css/bootstrap_buttons.css" %}">
     {{ block.super }}
 {% endblock %}