diff --git a/templates/edit.html b/templates/edit.html index c9b30ba..498938e 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -75,4 +75,24 @@ {% endif %} +{% if bookmark.url_hash %} +{# +
+
Added
+
{{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
+
+#} + + + + + + {% if bookmark.modified_date %} + + + + + {% endif %} +
Added{{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
Modified{{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }}
+{% endif %} {% endblock %}