From 1f52375c84707baa8269183bc8cf9d88f2f2f67e Mon Sep 17 00:00:00 2001
From: Jonah Kanner <jonah.kanner@ligo.org>
Date: Tue, 4 Jun 2019 12:01:31 -0500
Subject: [PATCH] less astricks

---
 gracedb/superevents/views.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gracedb/superevents/views.py b/gracedb/superevents/views.py
index a28db4670..99be3f080 100644
--- a/gracedb/superevents/views.py
+++ b/gracedb/superevents/views.py
@@ -170,7 +170,7 @@ class SupereventPublic(ListView):
             
 
             se.comments = ' ** '.join([log.comment for log in viewable_logs]) 
-            if se.retract: se.comments += " ** RETRACTED ** "
+            if se.retract: se.comments += "-RETRACTED-"
             
             # -- Read out probabilities
             voe = good_voevents[-1]
@@ -271,7 +271,7 @@ class SupereventPublic2(DisplayFarMixin, ListView):
             # Compile comments from these logs
             se.comments = ' ** '.join(list(viewable_logs.values_list(
                 'comment', flat=True)))
-            if se.retract: se.comments += " ** RETRACTED ** "
+            if se.retract: se.comments += "RETRACTED"
 
             # -- Get list of PE results
             pe_results = get_objects_for_user(self.request.user,
-- 
GitLab