diff --git a/app/host/tables.py b/app/host/tables.py index 2ec92aa0..a6155161 100644 --- a/app/host/tables.py +++ b/app/host/tables.py @@ -22,7 +22,7 @@ class TransientTable(tables.Table): accessor="public_timestamp", verbose_name="Discovery Date", orderable=True, - order_by="ra_deg", + order_by="public_timestamp", ) ra_string = tables.Column(