diff --git a/bookwyrm/templates/lists/form.html b/bookwyrm/templates/lists/form.html new file mode 100644 index 000000000..af0b8abf6 --- /dev/null +++ b/bookwyrm/templates/lists/form.html @@ -0,0 +1,45 @@ +{% csrf_token %} + + +
Created by {% include 'snippets/username.html' with user=list.user %}
{% include 'snippets/trimmed_text.html' with full=list.description %}This list is currently empty
{% else %} - {% for book in list.books.all %} - {{ book }} +{% include 'snippets/book_titleby.html' with book=book %}
{% if rating %}{{ rating|floatformat }} star{{ rating|floatformat | pluralize }}{% else %}No rating{% endif %} {% for i in '12345'|make_list %} -