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

Minor change to view page. Added group and type.

parent 514ec880
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@
<table>
<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>
<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