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

Added GPS time to event_detail (which only shows if non null)

parent 2df59f85
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
<tr><th>ID</th><td>{{ object.graceid }}</td></tr>
<tr><th>Group</th><td>{{ object.group.name }}</td></tr>
<tr><th>Type</th><td>{{ object.get_analysisType_display }}</td></tr>
{% if object.gpstime %}
<tr><th>GPS Time</th><td>{{ object.gpstime }}</td></tr>
{% endif %}
<tr><th>Data</th><td>
<a href="{{ object.weburl }}">{{ object.weburl }}</a>
</td></tr>
......
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