handles list privacy in display
This commit is contained in:
2
bookwyrm/templates/lists/list-item.html
Normal file
2
bookwyrm/templates/lists/list-item.html
Normal file
@ -0,0 +1,2 @@
|
||||
<h4><a href="{{ list.local_path }}">{{ list.name }}</a> {% include 'snippets/privacy-icons.html' with item=list %}</h4>
|
||||
{% include 'snippets/trimmed_text.html' with full=list.description %}
|
Reference in New Issue
Block a user