From 0e659a4f16c73f7e1386318829f4bbe48db8b172 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 23 Sep 2016 13:50:49 +0200 Subject: [PATCH] Fixes for public cards --- templates/publicbookmarks.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/publicbookmarks.html b/templates/publicbookmarks.html index d8f42ea..2a48206 100644 --- a/templates/publicbookmarks.html +++ b/templates/publicbookmarks.html @@ -30,7 +30,7 @@
{% if bookmark.favicon %} -   +
{% endif %} {% if bookmark.http_status != 200 %} report_problem
@@ -38,6 +38,9 @@ {% if bookmark.starred == True %} star {% endif %} + {% if bookmark.note %} +
comment
+ {% endif %}
@@ -49,7 +52,7 @@ {% if bookmark.title %} {{ bookmark.title }} {% else %} - [ no title ] + {{ bookmark.get_uri_domain() }} (no title) {% endif %}