From 44cc57aba11d000953dcd22f93c987b9d0a7095b Mon Sep 17 00:00:00 2001
From: Tanner Prestegard <tanner.prestegard@ligo.org>
Date: Fri, 12 Jul 2019 08:21:55 -0500
Subject: [PATCH] templates: bugfix CSS stylesheet loading for superevent
 detail page

---
 gracedb/templates/gracedb/manage_pipelines.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gracedb/templates/gracedb/manage_pipelines.html b/gracedb/templates/gracedb/manage_pipelines.html
index 078b36ab3..06b34e24f 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 %}
 
-- 
GitLab