{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} @@ -104,11 +104,11 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} {% if loop.index > g.config_authors_max and g.config_authors_max != 0 %} diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index b932f56d..f79ec559 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -3,7 +3,7 @@ {% if book %}
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} diff --git a/cps/templates/grid.html b/cps/templates/grid.html index 1e79c43d..f8beffc5 100644 --- a/cps/templates/grid.html +++ b/cps/templates/grid.html @@ -29,14 +29,14 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} @@ -86,14 +86,14 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} diff --git a/cps/templates/search.html b/cps/templates/search.html index 81ab2d99..b63819be 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -44,7 +44,7 @@ {% if entry.has_cover is defined %} - + {% if entry.id in read_book_ids %}{% endif %} @@ -52,7 +52,7 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 1ad79dbd..7ee96f7d 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -31,14 +31,14 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} diff --git a/cps/templates/shelf_order.html b/cps/templates/shelf_order.html index 1e49f29a..fc53a69a 100644 --- a/cps/templates/shelf_order.html +++ b/cps/templates/shelf_order.html @@ -9,9 +9,9 @@
{{entry.title|shortentitle}}
+{{entry.title|shortentitle}}
{% for author in entry.authors %} {{author.name.replace('|',',')}}