Skip to content
Snippets Groups Projects
Commit c1ea46e3 authored by Brian Moe's avatar Brian Moe
Browse files

Fiddling with GRB sky location display format.

parent dd045996
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
{% endif %}
</td></tr>
<tr><th>Location</th><th>Coord System</th><td>{{object.coord_system}}</td></tr>
<tr><td></td><th>RA</th><td>{{object.ra}}</td></tr>
<tr><td></td><th width="150px">RA</th><td>{{object.ra}}</td></tr>
<tr><td></td><th>Dec</th><td>{{object.dec}}</td></tr>
<tr><td></td><th>Err</th><td>{{object.error_radius}}</td></tr>
</tbody>
......
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