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

Neighbors now show FAR.

parent ff579c87
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
{{ "ngps"|timeselect:"gps" }}
Event Time
</th>
<th>FAR</th>
<th colspan="2">Links</th>
<th>
{{"ncreated"|timeselect:"utc" }}
......@@ -91,6 +92,7 @@
<td>{% if object.gpstime%}
{{ object.gpstime|multiTime:"ngps" }}
{% endif %}</td>
<td>{{ object.far|scientific }}</td>
<td><a href="{{ object.weburl }}">Data</a></td>
<td><a href="{{ object.wikiurl }}">Wiki</a></td>
<td>{{ object.created|multiTime:"ncreated" }}</td>
......
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