parent
009727d945
commit
df2de8e2d1
@ -37,8 +37,11 @@
|
||||
<img src="{{ obj.thumb_url }}" />
|
||||
</a>
|
||||
|
||||
{% if obj.title %}
|
||||
<a href="{{ obj_url }}">{{ obj.title }}</a>
|
||||
{% endif %}
|
||||
{% if item.note %}
|
||||
<a href="{{ obj_url }}">{{ item.note }}</a>
|
||||
{{ item.note }}
|
||||
{% endif %}
|
||||
{% if request.user and
|
||||
(item.in_collection.actor == request.user.id or
|
||||
|
Loading…
x
Reference in New Issue
Block a user