Adjusted display of created and last_updated times for primary objects

This commit is contained in:
Jeremy Stretch
2016-08-19 12:19:02 -04:00
parent 7a558d8332
commit eab18a81c9
14 changed files with 17 additions and 96 deletions

View File

@@ -102,16 +102,9 @@
{% endif %}
</td>
</tr>
<tr>
<td>Created</td>
<td>{{ circuit.created }}</td>
</tr>
<tr>
<td>Last Updated</td>
<td>{{ circuit.last_updated }}</td>
</tr>
</table>
</div>
{% include 'inc/created_updated.html' with obj=circuit %}
</div>
<div class="col-md-6">
<div class="panel panel-default">

View File

@@ -103,14 +103,6 @@
{% endif %}
</td>
</tr>
<tr>
<td>Created</td>
<td>{{ provider.created }}</td>
</tr>
<tr>
<td>Last Updated</td>
<td>{{ provider.last_updated }}</td>
</tr>
</table>
</div>
<div class="panel panel-default">
@@ -125,6 +117,7 @@
{% endif %}
</div>
</div>
{% include 'inc/created_updated.html' with obj=provider %}
</div>
<div class="col-md-6">
<div class="panel panel-default">