From b38314785a10c45c79327d0f5291c37747b91f1e Mon Sep 17 00:00:00 2001
From: Branson Stephens <branson.stephens@ligo.org>
Date: Sat, 27 Sep 2014 14:17:45 -0500
Subject: [PATCH] Really commenting out that skyalert url in the latest
 template.

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

diff --git a/templates/gracedb/latest.html b/templates/gracedb/latest.html
index e956a59fb..80d5c44a4 100644
--- a/templates/gracedb/latest.html
+++ b/templates/gracedb/latest.html
@@ -98,7 +98,7 @@
 <table class="event">
     {# {% if skyalert_authorized  %} #}
     <!--    <tr><td colspan="4">
-           <a href="{% url "skyalert" object.graceid %}"><button type="button">Submit to Skyalert</button></a>
+           <a href="{# {% url "skyalert" object.graceid %} #}"><button type="button">Submit to Skyalert</button></a>
         </td></tr> -->
     {# {% endif %} #}
 
-- 
GitLab