Standardized date/time displays; moved format declarations to configuration.py

This commit is contained in:
Jeremy Stretch
2016-06-22 13:22:59 -04:00
parent 5f0d52e59a
commit 8563e2aca3
8 changed files with 39 additions and 16 deletions

View File

@@ -57,11 +57,11 @@
</tr>
<tr>
<td>Created</td>
<td>{{ secret.created|date }}</td>
<td>{{ secret.created }}</td>
</tr>
<tr>
<td>Last Modified</td>
<td>{{ secret.last_modified|date:'DATETIME_FORMAT' }}</td>
<td>Last Updated</td>
<td>{{ secret.last_updated }}</td>
</tr>
</table>
</div>