mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 20:55:10 +01:00
Show deleted date when editing a deleted bookmark (yeah I know)
This commit is contained in:
@@ -83,6 +83,12 @@
|
||||
<td>{{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if bookmark.deleted_date %}
|
||||
<tr>
|
||||
<th>Deleted</th>
|
||||
<td>{{ bookmark.deleted_date.strftime('%Y-%m-%d %H:%M') }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user