diff --git a/links/templates/links/bookmark_detail.html b/links/templates/links/bookmark_detail.html index 9e57591..e78a451 100644 --- a/links/templates/links/bookmark_detail.html +++ b/links/templates/links/bookmark_detail.html @@ -84,7 +84,7 @@
{% trans "This post is unavailable." %}
{% else %} {% with qa=q.author %} - +
{% if qa.profile_image_url %}{% endif %} {{ qa.name|default:'' }} diff --git a/links/templates/links/includes/bookmark_list_items.html b/links/templates/links/includes/bookmark_list_items.html index 9b8eba0..2fb7ed3 100644 --- a/links/templates/links/includes/bookmark_list_items.html +++ b/links/templates/links/includes/bookmark_list_items.html @@ -30,7 +30,7 @@ {% if b.tweet_created_at %}ยท{{ b.tweet_created_at|date:"M j, Y" }}{% endif %}
-
@@ -53,7 +53,7 @@ {% elif m.type == 'video' or m.type == 'animated_gif' %} {% with v=m.video %} - {% if m.type == 'animated_gif' %}GIF{% else %}VIDEO{% endif %} @@ -90,7 +90,7 @@
{% trans "This post is unavailable." %}
{% else %} {% with qa=q.author %} -
{% if qa.profile_image_url %}{% endif %} @@ -120,4 +120,4 @@
{% trans "No bookmarks found" %}
{% trans "Try a different search or filter." %}
-{% endfor %} \ No newline at end of file +{% endfor %}