|
@@ -22,7 +22,7 @@
|
|
|
<p>
|
|
<p>
|
|
|
<small class="text-muted">
|
|
<small class="text-muted">
|
|
|
Created {{ object.created|annotated_date }} ·
|
|
Created {{ object.created|annotated_date }} ·
|
|
|
- Updated <span title="{{ object.last_updated|date:'SHORT_DATETIME_FORMAT' }} ({{ object.last_updated|date:'DATETIME_FORMAT' }})">{{ object.last_updated|timesince }}</span> ago
|
|
|
|
|
|
|
+ Updated {{ object.last_updated|annotated_date }} ({{ object.last_updated|timesince }} ago)
|
|
|
</p>
|
|
</p>
|
|
|
{% if not object.is_active %}
|
|
{% if not object.is_active %}
|
|
|
<div class="alert alert-warning" role="alert">
|
|
<div class="alert alert-warning" role="alert">
|