diff --git a/templates/edit.html b/templates/edit.html index 498938e..61c939b 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -64,13 +64,13 @@
-

+

{% if bookmark.url_hash %}
-

+

{% endif %} @@ -82,17 +82,21 @@
{{ 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') }}
+
+
+ + + + + + {% 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 %}