Skip to content
Snippets Groups Projects
Commit 1f52375c authored by Jonah Kanner's avatar Jonah Kanner :nerd: Committed by GraceDB
Browse files

less astricks

parent 55fe7c1b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment