Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gracedb
Commits
1f52375c
Commit
1f52375c
authored
Jun 04, 2019
by
Jonah Kanner
🤓
Committed by
GraceDB
Jun 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
less astricks
parent
55fe7c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gracedb/superevents/views.py
gracedb/superevents/views.py
+2
-2
No files found.
gracedb/superevents/views.py
View file @
1f52375c
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment